We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ebd33a commit b0b891aCopy full SHA for b0b891a
utils/phpstan-baseline/property.notFound.neon
@@ -1,4 +1,4 @@
1
-# total 58 errors
+# total 59 errors
2
3
parameters:
4
ignoreErrors:
@@ -42,6 +42,11 @@ parameters:
42
count: 2
43
path: ../../tests/system/Database/BaseConnectionTest.php
44
45
+ -
46
+ message: '#^Access to an undefined property CodeIgniter\\Database\\BaseConnection\:\:\$mysqli\.$#'
47
+ count: 1
48
+ path: ../../tests/system/Database/Live/GetVersionTest.php
49
+
50
-
51
message: '#^Access to an undefined property CodeIgniter\\Database\\BaseConnection\:\:\$foundRows\.$#'
52
0 commit comments