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:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user