Completed
Push — dev ( 122982...5e45c8 )
by Zach
02:18
created
src/Console/ConsoleKernel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     public function getCommands()
17 17
     {
18 18
         if (property_exists($this, 'commands')) {   
19
-            return array_map(function ($command) {
19
+            return array_map(function($command) {
20 20
                 $this->verifyCommand($command);
21 21
 
22 22
                 return $command;
Please login to merge, or discard this patch.