Skip to content

Commit

Permalink
Merge pull request fideloper#119 from rrpadilla/patch-1
Browse files Browse the repository at this point in the history
Update TrustProxies.php
  • Loading branch information
fideloper authored Jan 10, 2019
2 parents 9038b4b + d33fe73 commit 155a24d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TrustProxies.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ class TrustProxies
/**
* The trusted proxies for the application.
*
* @var array
* @var null|string|array
*/
protected $proxies;

/**
* The proxy header mappings.
*
* @var array
* @var null|string|int
*/
protected $headers;

Expand Down

0 comments on commit 155a24d

Please sign in to comment.