Fix type hint for case of trusting all proxies (string) (#5025)

This commit is contained in:
Matt Hanley 2019-05-14 14:28:37 +01:00 committed by Taylor Otwell
parent 93c6874189
commit f8e455e358
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ class TrustProxies extends Middleware
/** /**
* The trusted proxies for this application. * The trusted proxies for this application.
* *
* @var array * @var array|string
*/ */
protected $proxies; protected $proxies;