Completed
Push — 4.0 ( 386c95...a4f449 )
by Marco
03:52
created
src/Comodojo/Dispatcher/Components/CommandsLoader.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -29,9 +29,9 @@
 block discarded – undo
29 29
 
30 30
         $classes = [];
31 31
 
32
-        foreach ($config as $package) {
33
-            foreach ($package as $command) {
34
-                if ( $command['scope'] === 'dispatcher') {
32
+        foreach ( $config as $package ) {
33
+            foreach ( $package as $command ) {
34
+                if ( $command['scope'] === 'dispatcher' ) {
35 35
                     $classes[] = $command['class'];
36 36
                 }
37 37
             }
Please login to merge, or discard this patch.