@@ -19,6 +19,7 @@ |
||
| 19 | 19 | * |
| 20 | 20 | * @param InputInterface $input |
| 21 | 21 | * @param OutputInterface $output |
| 22 | + * @return void |
|
| 22 | 23 | */ |
| 23 | 24 | public function execute(InputInterface $input, OutputInterface $output); |
| 24 | 25 | } |
@@ -19,6 +19,7 @@ |
||
| 19 | 19 | * |
| 20 | 20 | * @param InputInterface $input |
| 21 | 21 | * @param OutputInterface $output |
| 22 | + * @return void |
|
| 22 | 23 | */ |
| 23 | 24 | public function execute(InputInterface $input, OutputInterface $output); |
| 24 | 25 | } |
@@ -41,8 +41,8 @@ |
||
| 41 | 41 | * Runs all the provided files through PHP-CS-Fixer, fixing any code style issues. |
| 42 | 42 | * |
| 43 | 43 | * @param FileList $files The files to check |
| 44 | - * @param int|null $level (Optional, defaults to NONE_LEVEL) Fixer level to use |
|
| 45 | - * @param string[]|null $fixers (Optional, defaults to null) Set the fixers to use |
|
| 44 | + * @param integer $level (Optional, defaults to NONE_LEVEL) Fixer level to use |
|
| 45 | + * @param string[] $fixers (Optional, defaults to null) Set the fixers to use |
|
| 46 | 46 | * @param bool $addAutomatically (Optional, default is true) Whether to add modified files to commit or not |
| 47 | 47 | */ |
| 48 | 48 | public function __construct(FileList $files, $level = self::NONE_LEVEL, $fixers = null, $addAutomatically = true) |