We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b2a991 commit 4fc5e1cCopy full SHA for 4fc5e1c
1 file changed
phpstan-baseline.php
@@ -1666,11 +1666,6 @@
1666
'count' => 1,
1667
'path' => __DIR__ . '/system/Database/SQLite3/PreparedQuery.php',
1668
];
1669
-$ignoreErrors[] = [
1670
- 'message' => '#^Class stdClass referenced with incorrect case\\: stdclass\\.$#',
1671
- 'count' => 2,
1672
- 'path' => __DIR__ . '/system/Database/SQLite3/Table.php',
1673
-];
1674
$ignoreErrors[] = [
1675
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
1676
'count' => 2,
0 commit comments