Skip to content

Commit e3587c7

Browse files
authored
Correct $_SERVER definition in ProxyAwareSchemer
1 parent fc0a2a3 commit e3587c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProxyAwareSchemer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class ProxyAwareSchemer {
4646
private $proxyServerPortKeys;
4747

4848
/**
49-
* @param array<string,scalar> $server Server array to inspect. Defaults to $_SERVER.
49+
* @param array<string,mixed> $server Server array to inspect. Defaults to $_SERVER.
5050
*
5151
* @param array<string,string>|null $proxyServerHttpsKeyValues Map of $_SERVER keys to their expected https-positive value.
5252
* Defaults to ProxyAwareSchemer::HTTPS_EXPECTED_SERVER_VALUES

0 commit comments

Comments
 (0)