Skip to content

Commit 7d729a6

Browse files
committed
refactor: Update phpstan baseline
1 parent 2962c7f commit 7d729a6

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

utils/phpstan-baseline/missingType.iterableValue.neon

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# total 1667 errors
1+
# total 1665 errors
22

33
parameters:
44
ignoreErrors:
@@ -852,16 +852,6 @@ parameters:
852852
count: 1
853853
path: ../../system/Controller.php
854854

855-
-
856-
message: '#^Method CodeIgniter\\Cookie\\CookieStore\:\:setCookie\(\) has parameter \$options with no value type specified in iterable type array\.$#'
857-
count: 1
858-
path: ../../system/Cookie/CookieStore.php
859-
860-
-
861-
message: '#^Method CodeIgniter\\Cookie\\CookieStore\:\:setRawCookie\(\) has parameter \$options with no value type specified in iterable type array\.$#'
862-
count: 1
863-
path: ../../system/Cookie/CookieStore.php
864-
865855
-
866856
message: '#^Method CodeIgniter\\Cookie\\CookieStore\:\:validateCookies\(\) has parameter \$cookies with no value type specified in iterable type array\.$#'
867857
count: 1

0 commit comments

Comments
 (0)