Skip to content

Commit fee3f3d

Browse files
authored
Apply fixes from StyleCI (pterodactyl#251)
1 parent 4979811 commit fee3f3d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/Console/Commands/AddLocation.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ class AddLocation extends Command
3131
{
3232
protected $data = [];
3333

34-
/**
35-
* The name and signature of the console command.
36-
*
37-
* @var string
38-
*/
34+
/**
35+
* The name and signature of the console command.
36+
*
37+
* @var string
38+
*/
3939
protected $signature = 'pterodactyl:location
4040
{--short= : The shortcode name of this location (ex. us1).}
4141
{--long= : A longer description of this location.}';

0 commit comments

Comments
 (0)