[8.x] Add types to arrays in boilerplate (#5738)

* Add more specific types

* Update Authenticate.php

* Update Authenticate.php
This commit is contained in:
Bram
2021-12-02 14:40:24 -06:00
committed by GitHub
parent e35899f0aa
commit 7bf32280e2
9 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ class TrustProxies extends Middleware
/**
* The trusted proxies for this application.
*
* @var array|string|null
* @var string[]|string|null
*/
protected $proxies;