Skip to content

Commit

Permalink
Add trailing space to command to stay consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Fuelling committed Apr 9, 2015
1 parent 9dd7ead commit 615d4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Task/Development/PhpServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function __construct($port)
$this->port = $port;

if (strtolower(PHP_OS) === 'linux') {
$this->command = 'exec php -S %s:%d';
$this->command = 'exec php -S %s:%d ';
}
}

Expand Down

0 comments on commit 615d4b4

Please sign in to comment.