Fix some lint issues (#14962)

This commit is contained in:
Tony Murray
2023-04-15 09:02:41 -05:00
committed by GitHub
parent a70d10af19
commit 52f5f10231
15 changed files with 38 additions and 42 deletions

View File

@@ -9,7 +9,7 @@ class PreventRequestsDuringMaintenance extends Middleware
/**
* The URIs that should be reachable while maintenance mode is enabled.
*
* @var array
* @var array<int, string>
*/
protected $except = [
//