Completed
Push — master ( d819c4...247ae6 )
by Nicolas
12:13
created
src/Commands/GenerateNotificationCommand.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -19,11 +19,11 @@
 block discarded – undo
19 19
 
20 20
     protected $argumentName = 'name';
21 21
     
22
-     /**
23
-     * The console command description.
24
-     *
25
-     * @var string
26
-     */
22
+        /**
23
+         * The console command description.
24
+         *
25
+         * @var string
26
+         */
27 27
     protected $description = 'Generate new notification class for the specified module.';
28 28
 
29 29
     /**
Please login to merge, or discard this patch.