[8.x] Add types to arrays in boilerplate (#5738)
* Add more specific types * Update Authenticate.php * Update Authenticate.php
This commit is contained in:
@@ -9,7 +9,7 @@ class VerifyCsrfToken extends Middleware
|
||||
/**
|
||||
* The URIs that should be excluded from CSRF verification.
|
||||
*
|
||||
* @var array
|
||||
* @var string[]
|
||||
*/
|
||||
protected $except = [
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user