Completed
Push — master ( 09d75e...7a4c9e )
by Gianluca
05:46 queued 01:44
created
config/app.config.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -5,11 +5,11 @@
 block discarded – undo
5 5
             'name' => 'hello',
6 6
             'route' => "--name=",
7 7
             'short_description' => "Good morning!! This is a beautiful day",
8
-            "handler" => ['App\Command\Hello', 'run'],
8
+            "handler" => [ 'App\Command\Hello', 'run' ],
9 9
         ],
10 10
     ],
11 11
     "service_manager" => [
12
-        "invokables" => [],
13
-        "factories" => [],
12
+        "invokables" => [ ],
13
+        "factories" => [ ],
14 14
     ],
15 15
 ];
Please login to merge, or discard this patch.