From fee3f3df6fb7ebc7d9a9850a89aa7b9ccde1a17a Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Fri, 13 Jan 2017 23:17:32 -0500 Subject: [PATCH] Apply fixes from StyleCI (#251) --- app/Console/Commands/AddLocation.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/Console/Commands/AddLocation.php b/app/Console/Commands/AddLocation.php index 5fb3acaf..e9fa8bed 100644 --- a/app/Console/Commands/AddLocation.php +++ b/app/Console/Commands/AddLocation.php @@ -31,11 +31,11 @@ class AddLocation extends Command { protected $data = []; - /** - * The name and signature of the console command. - * - * @var string - */ + /** + * The name and signature of the console command. + * + * @var string + */ protected $signature = 'pterodactyl:location {--short= : The shortcode name of this location (ex. us1).} {--long= : A longer description of this location.}';