Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Fix more CS issues
Browse files Browse the repository at this point in the history
  • Loading branch information
heiglandreas authored and weierophinney committed Jul 10, 2019
1 parent 8d5aca5 commit 1a3db8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functions/MarshalUriFromSapiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function testReturnsUrlWithCorrectHttpSchemeFromArrays(string $httpsValue
$server = [
'HTTPS' => $httpsValue,
'SERVER_NAME' => 'localhost',
'SERVER_PORT'=>'80',
'SERVER_PORT' => '80',
'SERVER_ADDR' => '172.22.0.4',
'REMOTE_PORT' => '36852',
'REMOTE_ADDR' => '172.22.0.1',
Expand Down

0 comments on commit 1a3db8a

Please sign in to comment.