Skip to content

Commit c03d34a

Browse files
committed
chore: remove ignoreErrors
1 parent f4c17bb commit c03d34a

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
@@ -3171,11 +3171,6 @@
31713171
'count' => 1,
31723172
'path' => __DIR__ . '/system/Test/DOMParser.php',
31733173
];
3174-
$ignoreErrors[] = [
3175-
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
3176-
'count' => 6,
3177-
'path' => __DIR__ . '/system/Test/DOMParser.php',
3178-
];
31793174
$ignoreErrors[] = [
31803175
'message' => '#^Access to an undefined property object\\:\\:\\$createdField\\.$#',
31813176
'count' => 1,

0 commit comments

Comments
 (0)