Skip to content

Commit 3fa804c

Browse files
committed
fix phpstan
1 parent 486ce5e commit 3fa804c

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

utils/phpstan-baseline/loader.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# total 2040 errors
1+
# total 2039 errors
22

33
includes:
44
- argument.type.neon

utils/phpstan-baseline/missingType.iterableValue.neon

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# total 1242 errors
1+
# total 1241 errors
22

33
parameters:
44
ignoreErrors:
@@ -57,11 +57,6 @@ parameters:
5757
count: 1
5858
path: ../../system/CLI/CLI.php
5959

60-
-
61-
message: '#^Method CodeIgniter\\CLI\\Console\:\:parseParamsForHelpOption\(\) return type has no value type specified in iterable type array\.$#'
62-
count: 1
63-
path: ../../system/CLI/Console.php
64-
6560
-
6661
message: '#^Method CodeIgniter\\CodeIgniter\:\:getPerformanceStats\(\) return type has no value type specified in iterable type array\.$#'
6762
count: 1

0 commit comments

Comments
 (0)