From 79b47db8ed77f41dd3412b7158d26ed56537639a Mon Sep 17 00:00:00 2001 From: Nekrasov Ilya Date: Wed, 4 Oct 2017 21:18:45 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Console/WidgetMakeCommand.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Console/WidgetMakeCommand.php b/src/Console/WidgetMakeCommand.php index 15b8daf..152a5fb 100644 --- a/src/Console/WidgetMakeCommand.php +++ b/src/Console/WidgetMakeCommand.php @@ -31,7 +31,7 @@ class WidgetMakeCommand extends GeneratorCommand protected $type = 'Widget'; /** - * Execute the console command for Laravel >= 5.5 + * Execute the console command for Laravel >= 5.5. * * @return void */ @@ -51,7 +51,7 @@ public function handle() } /** - * Execute the console command for Laravel < 5.5 + * Execute the console command for Laravel < 5.5. * * @return void */