We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa4d52 commit 2a81142Copy full SHA for 2a81142
src/Symfony/Bridge/Monolog/Tests/Processor/WebProcessorTest.php
@@ -36,7 +36,7 @@ public function testUsesRequestServerData()
36
37
public function testUseRequestClientIp()
38
{
39
- Request::setTrustedProxies(['192.168.0.1']);
+ Request::setTrustedProxies(array('192.168.0.1'));
40
list($event, $server) = $this->createRequestEvent(array('X_FORWARDED_FOR' => '192.168.0.2'));
41
42
$processor = new WebProcessor();
0 commit comments