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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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|string * @var array|string|null
*/ */
protected $proxies; protected $proxies;