@@ -8,7 +8,6 @@ |
||
| 8 | 8 | use Samurai\Module\Task\Listing; |
| 9 | 9 | use Samurai\Module\Task\Removing; |
| 10 | 10 | use Samurai\Module\Task\Running; |
| 11 | -use Samurai\Module\Task\Saving; |
|
| 12 | 11 | use Samurai\Module\Task\Updating; |
| 13 | 12 | use Samurai\Task\ITask; |
| 14 | 13 | use SimilarText\Finder; |
@@ -117,8 +117,8 @@ |
||
| 117 | 117 | } |
| 118 | 118 | |
| 119 | 119 | /** |
| 120 | - * @param $input |
|
| 121 | - * @param $output |
|
| 120 | + * @param InputInterface $input |
|
| 121 | + * @param OutputInterface $output |
|
| 122 | 122 | * @return bool |
| 123 | 123 | */ |
| 124 | 124 | private function installModule($input, $output) |
@@ -17,7 +17,7 @@ |
||
| 17 | 17 | /** |
| 18 | 18 | * @param InputInterface $input |
| 19 | 19 | * @param OutputInterface $output |
| 20 | - * @return int|null |
|
| 20 | + * @return integer |
|
| 21 | 21 | */ |
| 22 | 22 | public function execute(InputInterface $input, OutputInterface $output) |
| 23 | 23 | { |
@@ -80,7 +80,7 @@ discard block |
||
| 80 | 80 | } |
| 81 | 81 | |
| 82 | 82 | /** |
| 83 | - * @param $name |
|
| 83 | + * @param string $name |
|
| 84 | 84 | * @param bool $isGlobal |
| 85 | 85 | * @param array $options |
| 86 | 86 | * @return int |
@@ -191,7 +191,7 @@ discard block |
||
| 191 | 191 | /** |
| 192 | 192 | * Getter of $composerConfigManager |
| 193 | 193 | * |
| 194 | - * @param $cwd |
|
| 194 | + * @param string $cwd |
|
| 195 | 195 | * @return Balloon |
| 196 | 196 | */ |
| 197 | 197 | public function getComposerConfigManager($cwd) |
@@ -36,7 +36,7 @@ |
||
| 36 | 36 | } |
| 37 | 37 | |
| 38 | 38 | /** |
| 39 | - * @return callable |
|
| 39 | + * @return \Closure |
|
| 40 | 40 | */ |
| 41 | 41 | private function buildValidator() |
| 42 | 42 | { |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | |
| 4 | 4 | use Pimple\Container; |
| 5 | 5 | use Samurai\Project\Task\ComposerConfigSetting; |
| 6 | -use Samurai\Project\Task\FilesCleaning; |
|
| 7 | 6 | use Samurai\Project\Task\BootstrapImportation; |
| 8 | 7 | use Samurai\Project\Task\ModulesRunning; |
| 9 | 8 | use Samurai\Task\ITask; |
@@ -14,7 +14,7 @@ |
||
| 14 | 14 | /** |
| 15 | 15 | * @param InputInterface $input |
| 16 | 16 | * @param OutputInterface $output |
| 17 | - * @return bool |
|
| 17 | + * @return integer |
|
| 18 | 18 | */ |
| 19 | 19 | public function execute(InputInterface $input, OutputInterface $output) |
| 20 | 20 | { |
@@ -36,7 +36,7 @@ |
||
| 36 | 36 | } |
| 37 | 37 | |
| 38 | 38 | /** |
| 39 | - * @return callable |
|
| 39 | + * @return \Closure |
|
| 40 | 40 | */ |
| 41 | 41 | private function buildValidator() |
| 42 | 42 | { |
@@ -36,7 +36,7 @@ |
||
| 36 | 36 | } |
| 37 | 37 | |
| 38 | 38 | /** |
| 39 | - * @return callable |
|
| 39 | + * @return \Closure |
|
| 40 | 40 | */ |
| 41 | 41 | private function buildValidator() |
| 42 | 42 | { |