We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c17bb commit c03d34aCopy full SHA for c03d34a
1 file changed
phpstan-baseline.php
@@ -3171,11 +3171,6 @@
3171
'count' => 1,
3172
'path' => __DIR__ . '/system/Test/DOMParser.php',
3173
];
3174
-$ignoreErrors[] = [
3175
- 'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
3176
- 'count' => 6,
3177
- 'path' => __DIR__ . '/system/Test/DOMParser.php',
3178
-];
3179
$ignoreErrors[] = [
3180
'message' => '#^Access to an undefined property object\\:\\:\\$createdField\\.$#',
3181
0 commit comments