@@ -34,6 +34,10 @@ |
||
| 34 | 34 | $this->setCatchExceptions(false); |
| 35 | 35 | } |
| 36 | 36 | |
| 37 | + /** |
|
| 38 | + * @param ArrayInput $input |
|
| 39 | + * @param BufferedOutput $output |
|
| 40 | + */ |
|
| 37 | 41 | public function run($input = null, $output = null) |
| 38 | 42 | { |
| 39 | 43 | return parent::run($input, $output); |