diff --git a/system/src/Grav/Console/Cli/ServerCommand.php b/system/src/Grav/Console/Cli/ServerCommand.php index a438538a6..2b5e366cf 100644 --- a/system/src/Grav/Console/Cli/ServerCommand.php +++ b/system/src/Grav/Console/Cli/ServerCommand.php @@ -112,12 +112,11 @@ class ServerCommand extends ConsoleCommand /** * @param string $name - * @param string $cmd + * @param array $cmd * @return Process */ protected function runProcess($name, $cmd) { - // TODO: Fix when Symfony fixes the bug in the argument handling. $process = new Process($cmd); $process->setTimeout(0); $process->start();