Skip to content

Commit b0b891a

Browse files
committed
phpstan - regenerate baseline
1 parent 4ebd33a commit b0b891a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

utils/phpstan-baseline/property.notFound.neon

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# total 58 errors
1+
# total 59 errors
22

33
parameters:
44
ignoreErrors:
@@ -42,6 +42,11 @@ parameters:
4242
count: 2
4343
path: ../../tests/system/Database/BaseConnectionTest.php
4444

45+
-
46+
message: '#^Access to an undefined property CodeIgniter\\Database\\BaseConnection\:\:\$mysqli\.$#'
47+
count: 1
48+
path: ../../tests/system/Database/Live/GetVersionTest.php
49+
4550
-
4651
message: '#^Access to an undefined property CodeIgniter\\Database\\BaseConnection\:\:\$foundRows\.$#'
4752
count: 2

0 commit comments

Comments
 (0)