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 2e1071a commit 2db53d6Copy full SHA for 2db53d6
src/Plugin/ClientAddress.php
@@ -35,7 +35,6 @@ protected function clientIpAddress($server)
35
function __invoke()
36
{
37
return function() {
38
- /** @var \Valar\ServerRequest $this */
39
return $this->clientIpAddress($this[Arg::SERVER]);
40
};
41
}
0 commit comments