[8.x] Add types to arrays in boilerplate (#5738)
* Add more specific types * Update Authenticate.php * Update Authenticate.php
This commit is contained in:
@@ -10,7 +10,7 @@ class TrustProxies extends Middleware
|
||||
/**
|
||||
* The trusted proxies for this application.
|
||||
*
|
||||
* @var array|string|null
|
||||
* @var string[]|string|null
|
||||
*/
|
||||
protected $proxies;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user