Skip to content

Commit

Permalink
refactor: Update phpstan baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
neznaika0 committed Jan 12, 2025
1 parent 2962c7f commit 7d729a6
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions utils/phpstan-baseline/missingType.iterableValue.neon
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# total 1667 errors
# total 1665 errors

parameters:
ignoreErrors:
Expand Down Expand Up @@ -852,16 +852,6 @@ parameters:
count: 1
path: ../../system/Controller.php

-
message: '#^Method CodeIgniter\\Cookie\\CookieStore\:\:setCookie\(\) has parameter \$options with no value type specified in iterable type array\.$#'
count: 1
path: ../../system/Cookie/CookieStore.php

-
message: '#^Method CodeIgniter\\Cookie\\CookieStore\:\:setRawCookie\(\) has parameter \$options with no value type specified in iterable type array\.$#'
count: 1
path: ../../system/Cookie/CookieStore.php

-
message: '#^Method CodeIgniter\\Cookie\\CookieStore\:\:validateCookies\(\) has parameter \$cookies with no value type specified in iterable type array\.$#'
count: 1
Expand Down

0 comments on commit 7d729a6

Please sign in to comment.