diff --git a/tests/XML/DOMDocumentFactoryTest.php b/tests/XML/DOMDocumentFactoryTest.php index 79c4a6ad..19f3f24d 100644 --- a/tests/XML/DOMDocumentFactoryTest.php +++ b/tests/XML/DOMDocumentFactoryTest.php @@ -112,7 +112,6 @@ public function testEmptyStringIsNotValid(): void $this->expectExceptionMessage( 'Expected a non-whitespace string. Got: ""', ); - /** @phpstan-ignore-next-line */ DOMDocumentFactory::fromString(''); } }