Skip to content

Commit

Permalink
Fix slight bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nmeri17 committed Apr 7, 2023
1 parent 15d6553 commit 5a01140
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Testing/Utilities/PingHttpServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ protected function assertServerBuilds (
HttpServerCommand::IGNORE_STATIC_FAILURE_OPTION
];

if (empty($userDefinedOptions))

$serverOptions = $serverOptions + $userDefinedOptions; // overwrite numeric indexes
$serverOptions = $serverOptions + $userDefinedOptions; // overwrite numeric indexes

if (is_null($binaryPath))

Expand Down

0 comments on commit 5a01140

Please sign in to comment.