@@ -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 | { |
@@ -77,7 +77,7 @@ |
||
| 77 | 77 | } |
| 78 | 78 | |
| 79 | 79 | /** |
| 80 | - * @param array|DDLTableColumn[] $columnDefinitions |
|
| 80 | + * @param DDLTableColumn[] $columnDefinitions |
|
| 81 | 81 | */ |
| 82 | 82 | public function setColumns($columnDefinitions) |
| 83 | 83 | { |
@@ -40,7 +40,7 @@ |
||
| 40 | 40 | throw new RuntimeException('A magento installation already exists in this folder'); |
| 41 | 41 | } |
| 42 | 42 | |
| 43 | - $args = new ProcessArguments(array($this->config['composer_bin'], 'create-project', )); |
|
| 43 | + $args = new ProcessArguments(array($this->config['composer_bin'], 'create-project',)); |
|
| 44 | 44 | $args |
| 45 | 45 | // Add composer options |
| 46 | 46 | ->addArgs($package['options']) |
@@ -42,7 +42,7 @@ |
||
| 42 | 42 | /** |
| 43 | 43 | * @param array $matrix |
| 44 | 44 | * @param string $key key to filter |
| 45 | - * @param mixed $value to compare against (strict comparison) |
|
| 45 | + * @param string $value to compare against (strict comparison) |
|
| 46 | 46 | * @return array |
| 47 | 47 | */ |
| 48 | 48 | public static function matrixFilterByValue(array $matrix, $key, $value) |
@@ -186,7 +186,7 @@ |
||
| 186 | 186 | /** |
| 187 | 187 | * |
| 188 | 188 | * |
| 189 | - * @param mixed $value |
|
| 189 | + * @param string|null $value |
|
| 190 | 190 | * @return PHPUnit_Framework_MockObject_Stub_Return |
| 191 | 191 | * @since Method available since Release 3.0.0 |
| 192 | 192 | */ |