Skip to content

Commit 4feeee5

Browse files
authored
Correct type hint from scalar to mixed for server array
1 parent e3587c7 commit 4feeee5

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
@@ -20,7 +20,7 @@
2020
*/
2121
class ProxyAwareSchemer {
2222

23-
/** @var array<string,scalar> */
23+
/** @var array<string,mixed> */
2424
private $server;
2525

2626
public const HTTPS_EXPECTED_SERVER_VALUES = [

0 commit comments

Comments
 (0)