Request::HEADER_X_FORWARDED_ALL is an integer

it is int(30)
This commit is contained in:
Viktor Szépe 2018-04-06 20:13:20 +02:00 committed by GitHub
parent 7f936e1c64
commit 20b9daa8f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 string * @var integer
*/ */
protected $headers = Request::HEADER_X_FORWARDED_ALL; protected $headers = Request::HEADER_X_FORWARDED_ALL;
} }