From 7d729a61aa5c91f52e81a238f01ebdcfac8c9bb8 Mon Sep 17 00:00:00 2001 From: neznaika0 Date: Sun, 12 Jan 2025 19:00:10 +0300 Subject: [PATCH] refactor: Update phpstan baseline --- .../phpstan-baseline/missingType.iterableValue.neon | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/utils/phpstan-baseline/missingType.iterableValue.neon b/utils/phpstan-baseline/missingType.iterableValue.neon index 574baac6fa8c..fbcbf7867c07 100644 --- a/utils/phpstan-baseline/missingType.iterableValue.neon +++ b/utils/phpstan-baseline/missingType.iterableValue.neon @@ -1,4 +1,4 @@ -# total 1667 errors +# total 1665 errors parameters: ignoreErrors: @@ -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