Completed
Branch master (ef5230)
by Timo
02:24
created
src/Extension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
 
67 67
                 return $command;
68 68
             },
69
-            ['console.commands']
69
+            [ 'console.commands' ]
70 70
         );
71 71
     }
72 72
 
Please login to merge, or discard this patch.
src/Console/Command/ImplementCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
         if (!$this->validateInterface($interfaceName) && $this->confirmInterfaceGeneration($interfaceName)) {
101 101
             $this->retrieveCodeGenerator()->generate(
102 102
                 $this->retrieveResourceManager()->createResource($interfaceName),
103
-                ['interface']
103
+                [ 'interface' ]
104 104
             );
105 105
         }
106 106
 
Please login to merge, or discard this patch.