Skip to content

Commit e8b1553

Browse files
committed
phpstan baseline update
1 parent 2f3d348 commit e8b1553

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

utils/phpstan-baseline/argument.type.neon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# total 147 errors
1+
# total 148 errors
22

33
parameters:
44
ignoreErrors:
@@ -229,7 +229,7 @@ parameters:
229229

230230
-
231231
message: '#^Parameter \#1 \$config of class CodeIgniter\\Log\\Logger constructor expects Config\\Logger, CodeIgniter\\Test\\Mock\\MockLogger given\.$#'
232-
count: 24
232+
count: 25
233233
path: ../../tests/system/Log/LoggerTest.php
234234

235235
-

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 3759 errors
1+
# total 3760 errors
22
includes:
33
- argument.type.neon
44
- assign.propertyType.neon

0 commit comments

Comments
 (0)