Skip to content

Commit e7365a1

Browse files
committed
phpstan baseline update
1 parent 4b7bfe0 commit e7365a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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 2637 errors
1+
# total 2639 errors
22

33
includes:
44
- argument.type.neon

utils/phpstan-baseline/property.notFound.neon

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# total 45 errors
1+
# total 47 errors
22

33
parameters:
44
ignoreErrors:
@@ -74,7 +74,7 @@ parameters:
7474

7575
-
7676
message: '#^Access to an undefined property CodeIgniter\\Encryption\\EncrypterInterface\:\:\$key\.$#'
77-
count: 2
77+
count: 3
7878
path: ../../tests/system/Encryption/Handlers/OpenSSLHandlerTest.php
7979

8080
-
@@ -89,7 +89,7 @@ parameters:
8989

9090
-
9191
message: '#^Access to an undefined property CodeIgniter\\Encryption\\EncrypterInterface\:\:\$key\.$#'
92-
count: 1
92+
count: 2
9393
path: ../../tests/system/Encryption/Handlers/SodiumHandlerTest.php
9494

9595
-

0 commit comments

Comments
 (0)