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 2b577e6 commit 2a92a59Copy full SHA for 2a92a59
.phpstorm.meta.php
@@ -604,6 +604,17 @@
604
'bin2hex',
605
'md5',
606
);
607
+registerArgumentsSet(
608
+ 'ip_keys',
609
+ 'HTTP_CF_CONNECTING_IP',
610
+ 'HTTP_CLIENT_IP',
611
+ 'HTTP_FORWARDED_FOR',
612
+ 'HTTP_FORWARDED',
613
+ 'HTTP_X_CLUSTER_CLIENT_IP',
614
+ 'HTTP_X_FORWARDED_FOR',
615
+ 'HTTP_X_FORWARDED',
616
+ 'REMOTE_ADDR',
617
+);
618
expectedArguments(
619
\Framework\HTTP\AntiCSRF::__construct(),
620
2,
@@ -731,6 +742,11 @@
731
742
0,
732
743
argumentsSet('request_headers')
733
744
745
+expectedArguments(
746
+ \Framework\HTTP\Request::setIpKey(),
747
+ 0,
748
+ argumentsSet('ip_keys')
749
734
750
735
751
\Framework\HTTP\Request::hasHeader(),
736
752
0 commit comments