Completed
Pull Request — dev (#13)
by Zach
03:46 queued 01:26
created
src/Console/ConsoleKernel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
     public function getCommands()
16 16
     {
17 17
         if (property_exists($this, 'commands')) {
18
-            return array_map(function ($command) {
18
+            return array_map(function($command) {
19 19
                 $this->verifyCommand($command);
20 20
 
21 21
                 return $command;
Please login to merge, or discard this patch.