Skip to content

Commit

Permalink
StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
divinity76 authored Mar 17, 2024
1 parent 816c332 commit ed129b7
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 '.\escapeshellarg(__DIR__.'/server.php').' %d', $this->port);
}
}

0 comments on commit ed129b7

Please sign in to comment.