Commit 0faf478
committed
refactor: remove unneeded
To fix PHPStan error:
Error: Offset 'except' on array in isset() always exists and is not nullable.
------ --------------------------------------------------------------
Line src/Auth.php
------ --------------------------------------------------------------
109 Offset 'except' on array in isset() always exists and is not
nullable.
------ --------------------------------------------------------------isset($config['except']
1 parent 300e9b4 commit 0faf478
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
0 commit comments