Skip to content

Commit 0a23aa1

Browse files
authored
Merge pull request pterodactyl#238 from Pterodactyl/analysis-XpONKL
Apply fixes from StyleCI
2 parents 673b9e2 + d9de884 commit 0a23aa1

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

app/Http/Controllers/Server/ServerController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
use Javascript;
3232
use Pterodactyl\Models;
3333
use Illuminate\Http\Request;
34-
use InvalidArgumentException;
3534
use Pterodactyl\Exceptions\DisplayException;
3635
use Pterodactyl\Http\Controllers\Controller;
3736
use Pterodactyl\Repositories\ServerRepository;

config/javascript.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
|
1515
*/
1616
'bind_js_vars_to_this_view' => [
17-
'layouts.master'
17+
'layouts.master',
1818
],
1919

2020
/*
@@ -27,6 +27,6 @@
2727
| That way, you can access vars, like "SomeNamespace.someVariable."
2828
|
2929
*/
30-
'js_namespace' => 'Pterodactyl'
30+
'js_namespace' => 'Pterodactyl',
3131

3232
];

database/migrations/2017_01_03_150436_fix_misnamed_option_tag.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22

3-
use Illuminate\Support\Facades\Schema;
4-
use Illuminate\Database\Schema\Blueprint;
53
use Illuminate\Database\Migrations\Migration;
64

75
class FixMisnamedOptionTag extends Migration

0 commit comments

Comments
 (0)