@@ -18,6 +18,7 @@ discard block |
||
| 18 | 18 | * Throws an exception when action is not supported (eg: missing lib etc). |
| 19 | 19 | * |
| 20 | 20 | * @throws \Exception |
| 21 | + * @return void |
|
| 21 | 22 | */ |
| 22 | 23 | public function checkSupport(); |
| 23 | 24 | |
@@ -26,6 +27,7 @@ discard block |
||
| 26 | 27 | * |
| 27 | 28 | * @param InputInterface $input |
| 28 | 29 | * @param OutputInterface $output |
| 30 | + * @return void |
|
| 29 | 31 | */ |
| 30 | 32 | public function execute(InputInterface $input, OutputInterface $output); |
| 31 | 33 | } |