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

Commit b8ca384

Browse files
heiglandreasmichalbundyra
authored andcommitted
Fix more CS issues
1 parent dd593d0 commit b8ca384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functions/MarshalUriFromSapiTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function testReturnsUrlWithCorrectHttpSchemeFromArrays(string $httpsValue
2222
$server = [
2323
'HTTPS' => $httpsValue,
2424
'SERVER_NAME' => 'localhost',
25-
'SERVER_PORT'=>'80',
25+
'SERVER_PORT' => '80',
2626
'SERVER_ADDR' => '172.22.0.4',
2727
'REMOTE_PORT' => '36852',
2828
'REMOTE_ADDR' => '172.22.0.1',

0 commit comments

Comments
 (0)