Skip to content

Commit 2683de7

Browse files
authored
Request::HEADER_X_FORWARDED_ALL is an int
=30
1 parent 20b9daa commit 2683de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Middleware/TrustProxies.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class TrustProxies extends Middleware
1717
/**
1818
* The headers that should be used to detect proxies.
1919
*
20-
* @var integer
20+
* @var int
2121
*/
2222
protected $headers = Request::HEADER_X_FORWARDED_ALL;
2323
}

0 commit comments

Comments
 (0)