@@ -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) |
@@ -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) |
@@ -94,7 +94,7 @@ |
||
94 | 94 | } |
95 | 95 | |
96 | 96 | /** |
97 | - * @return callable |
|
97 | + * @return \Closure |
|
98 | 98 | */ |
99 | 99 | private function buildValidator() |
100 | 100 | { |
@@ -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 | { |
@@ -94,7 +94,7 @@ |
||
94 | 94 | } |
95 | 95 | |
96 | 96 | /** |
97 | - * @return callable |
|
97 | + * @return \Closure |
|
98 | 98 | */ |
99 | 99 | private function buildValidator() |
100 | 100 | { |
@@ -94,7 +94,7 @@ |
||
94 | 94 | } |
95 | 95 | |
96 | 96 | /** |
97 | - * @return callable |
|
97 | + * @return \Closure |
|
98 | 98 | */ |
99 | 99 | private function buildValidator() |
100 | 100 | { |
@@ -94,7 +94,7 @@ |
||
94 | 94 | } |
95 | 95 | |
96 | 96 | /** |
97 | - * @return callable |
|
97 | + * @return \Closure |
|
98 | 98 | */ |
99 | 99 | private function buildValidator() |
100 | 100 | { |