@@ -98,6 +98,8 @@ |
||
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 | { |
@@ -82,7 +82,7 @@ |
||
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(); |