Skip to content

Commit

Permalink
Update TrustProxies.php
Browse files Browse the repository at this point in the history
Update doc block.
  • Loading branch information
rrpadilla authored Jan 10, 2019
1 parent 9038b4b commit d33fe73
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 d33fe73

Please sign in to comment.