Request::HEADER_X_FORWARDED_ALL is an int

=30
This commit is contained in:
Viktor Szépe
2018-04-06 20:15:18 +02:00
committed by GitHub
parent 20b9daa8f3
commit 2683de7082

View File

@@ -17,7 +17,7 @@ class TrustProxies extends Middleware
/** /**
* The headers that should be used to detect proxies. * The headers that should be used to detect proxies.
* *
* @var integer * @var int
*/ */
protected $headers = Request::HEADER_X_FORWARDED_ALL; protected $headers = Request::HEADER_X_FORWARDED_ALL;
} }