Skip to content

Commit

Permalink
Fix wrong phpdoc due to copy-paste
Browse files Browse the repository at this point in the history
  • Loading branch information
vlakoff committed Feb 5, 2016
1 parent 1e80de1 commit e408350
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/SchemeAndHost.php
Expand Up @@ -27,8 +27,7 @@ public function __construct($trustedProxies = [])
}

/**
* Set the "$attributeName" attribute to the client's IP address as determined from
* the proxy header (X-Forwarded-For or from $_SERVER['REMOTE_ADDR']
* Override the request URI's scheme, host and port as determined from the proxy headers
*
* @param ServerRequestInterface $request PSR7 request
* @param ResponseInterface $response PSR7 response
Expand Down

0 comments on commit e408350

Please sign in to comment.