@@ -8,7 +8,7 @@ |
||
| 8 | 8 | class SetDirectoryPermissions extends AbstractSubCommand |
| 9 | 9 | { |
| 10 | 10 | /** |
| 11 | - * @return bool |
|
| 11 | + * @return boolean|null |
|
| 12 | 12 | */ |
| 13 | 13 | public function execute() |
| 14 | 14 | { |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | class InstallSampleData extends AbstractSubCommand |
| 10 | 10 | { |
| 11 | 11 | /** |
| 12 | - * @return bool |
|
| 12 | + * @return false|null |
|
| 13 | 13 | */ |
| 14 | 14 | public function execute() |
| 15 | 15 | { |
@@ -8,7 +8,7 @@ |
||
| 8 | 8 | class SetDirectoryPermissions extends AbstractSubCommand |
| 9 | 9 | { |
| 10 | 10 | /** |
| 11 | - * @return bool |
|
| 11 | + * @return boolean|null |
|
| 12 | 12 | */ |
| 13 | 13 | public function execute() |
| 14 | 14 | { |
@@ -222,9 +222,9 @@ |
||
| 222 | 222 | * @param OutputInterface $output |
| 223 | 223 | * @param string $name |
| 224 | 224 | * @param string $value |
| 225 | - * @param Constraints\Collection|Constraint|Constraint[] $constraints The constraint(s) to validate against. |
|
| 225 | + * @param Constraints\Collection $constraints The constraint(s) to validate against. |
|
| 226 | 226 | * |
| 227 | - * @return mixed |
|
| 227 | + * @return string |
|
| 228 | 228 | */ |
| 229 | 229 | protected function _validateArgument(OutputInterface $output, $name, $value, $constraints) |
| 230 | 230 | { |