We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a875222 commit 9cf986eCopy full SHA for 9cf986e
1 file changed
tests/XML/DOMDocumentFactoryTest.php
@@ -112,7 +112,6 @@ public function testEmptyStringIsNotValid(): void
112
$this->expectExceptionMessage(
113
'Expected a non-whitespace string. Got: ""',
114
);
115
- /** @phpstan-ignore-next-line */
116
DOMDocumentFactory::fromString('');
117
}
118
0 commit comments