@@ -41,7 +41,7 @@ |
||
| 41 | 41 | * Creates new Symfony PHP process with given arguments. |
| 42 | 42 | * |
| 43 | 43 | * @param string $command Command. |
| 44 | - * @param array $arguments Arguments. |
|
| 44 | + * @param string[] $arguments Arguments. |
|
| 45 | 45 | * |
| 46 | 46 | * @return Process |
| 47 | 47 | * @throws \RuntimeException When PHP executable can't be found. |