Passed
Push — master ( 049a2e...ce0a25 )
by
unknown
08:54 queued 05:37
created
src/Zicht/Tool/Command/TaskCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
 
83 83
         if (!is_null($application)) {
84 84
             try {
85
-                foreach($this->getContainer()->plugins as $plugin) {
85
+                foreach ($this->getContainer()->plugins as $plugin) {
86 86
                     if ($plugin instanceof PluginTaskListenerInterface) {
87 87
                         $name = implode('.', array_slice($this->getTaskReference(), 1));
88 88
                         $listeners = $plugin->getTaskListeners();
Please login to merge, or discard this patch.