We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b7bfe0 commit e7365a1Copy full SHA for e7365a1
utils/phpstan-baseline/loader.neon
@@ -1,4 +1,4 @@
1
-# total 2637 errors
+# total 2639 errors
2
3
includes:
4
- argument.type.neon
utils/phpstan-baseline/property.notFound.neon
-# total 45 errors
+# total 47 errors
parameters:
ignoreErrors:
@@ -74,7 +74,7 @@ parameters:
74
75
-
76
message: '#^Access to an undefined property CodeIgniter\\Encryption\\EncrypterInterface\:\:\$key\.$#'
77
- count: 2
+ count: 3
78
path: ../../tests/system/Encryption/Handlers/OpenSSLHandlerTest.php
79
80
@@ -89,7 +89,7 @@ parameters:
89
90
91
92
- count: 1
+ count: 2
93
path: ../../tests/system/Encryption/Handlers/SodiumHandlerTest.php
94
95
0 commit comments