Skip to content

Commit ba12a13

Browse files
committed
PHPStan
1 parent 5155263 commit ba12a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Middleware/EncryptCookies.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class EncryptCookies extends Middleware
99
/**
1010
* The names of the cookies that should not be encrypted.
1111
*
12-
* @var array
12+
* @var list<string>
1313
*/
1414
protected $except = [
1515
'colorScheme'

0 commit comments

Comments
 (0)