Passed
Push — master ( 049a2e...ce0a25 )
by
unknown
08:54 queued 05:37
created
src/Zicht/Tool/Command/TaskCommand.php 2 patches
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -98,6 +98,8 @@
 block discarded – undo
98 98
 
99 99
     /**
100 100
      * @{@inheritDoc}
101
+     * @param string $shortcut
102
+     * @param string $help
101 103
      */
102 104
     public function addOption($name, $shortcut = null, $mode = null, $help = null, $default = null)
103 105
     {
Please login to merge, or discard this 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.