chore: update typehint to be nullable (#5296)

By default, this property is null. Therefore, it should be marked as nullable
This commit is contained in:
feek
2020-05-04 06:31:39 -07:00
committed by GitHub
parent 0f133c1e8e
commit 7d62f500a7

View File

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