@@ -37,7 +37,7 @@ discard block |
||
| 37 | 37 | * @param InputInterface $input |
| 38 | 38 | * @param OutputInterface $output |
| 39 | 39 | * |
| 40 | - * @return int|null|void |
|
| 40 | + * @return boolean|null |
|
| 41 | 41 | * |
| 42 | 42 | * @throws Exception |
| 43 | 43 | */ |
@@ -125,8 +125,8 @@ discard block |
||
| 125 | 125 | * Check if outputfile already exists, |
| 126 | 126 | * if so, ask the user confirmation to overwrite. |
| 127 | 127 | * |
| 128 | - * @param $input |
|
| 129 | - * @param $output |
|
| 128 | + * @param InputInterface $input |
|
| 129 | + * @param OutputInterface $output |
|
| 130 | 130 | * @param $outputFile |
| 131 | 131 | * |
| 132 | 132 | * @return bool |