diff --git a/phpstan-baseline.php b/phpstan-baseline.php index d4877780cf88..65a22b8f584a 100644 --- a/phpstan-baseline.php +++ b/phpstan-baseline.php @@ -3171,11 +3171,6 @@ 'count' => 1, 'path' => __DIR__ . '/system/Test/DOMParser.php', ]; -$ignoreErrors[] = [ - 'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#', - 'count' => 6, - 'path' => __DIR__ . '/system/Test/DOMParser.php', -]; $ignoreErrors[] = [ 'message' => '#^Access to an undefined property object\\:\\:\\$createdField\\.$#', 'count' => 1,