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:
parent
0f133c1e8e
commit
7d62f500a7
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue