Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored Mar 18, 2024
1 parent ed129b7 commit f3425f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Test/ServerTestHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,6 @@ public static function getNextPort(): int
*/
private function getCommand(): string
{
return \sprintf('/usr/bin/env php '.\escapeshellarg(__DIR__.'/server.php').' %d', $this->port);
return \sprintf('/usr/bin/env php %s %d', \escapeshellarg(__DIR__.'/server.php'), $this->port);
}
}

0 comments on commit f3425f6

Please sign in to comment.