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

Commit 1a3db8a

Browse files
heiglandreasweierophinney
authored andcommitted
Fix more CS issues
1 parent 8d5aca5 commit 1a3db8a

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
@@ -24,7 +24,7 @@ public function testReturnsUrlWithCorrectHttpSchemeFromArrays(string $httpsValue
2424
$server = [
2525
'HTTPS' => $httpsValue,
2626
'SERVER_NAME' => 'localhost',
27-
'SERVER_PORT'=>'80',
27+
'SERVER_PORT' => '80',
2828
'SERVER_ADDR' => '172.22.0.4',
2929
'REMOTE_PORT' => '36852',
3030
'REMOTE_ADDR' => '172.22.0.1',

0 commit comments

Comments
 (0)