Skip to content

Commit 4fc5e1c

Browse files
committed
chore: remove ignoreErrors
1 parent 8b2a991 commit 4fc5e1c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

phpstan-baseline.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1666,11 +1666,6 @@
16661666
'count' => 1,
16671667
'path' => __DIR__ . '/system/Database/SQLite3/PreparedQuery.php',
16681668
];
1669-
$ignoreErrors[] = [
1670-
'message' => '#^Class stdClass referenced with incorrect case\\: stdclass\\.$#',
1671-
'count' => 2,
1672-
'path' => __DIR__ . '/system/Database/SQLite3/Table.php',
1673-
];
16741669
$ignoreErrors[] = [
16751670
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
16761671
'count' => 2,

0 commit comments

Comments
 (0)