Skip to content

Commit 9cf986e

Browse files
committed
Remove phpstan-annotation
1 parent a875222 commit 9cf986e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/XML/DOMDocumentFactoryTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ public function testEmptyStringIsNotValid(): void
112112
$this->expectExceptionMessage(
113113
'Expected a non-whitespace string. Got: ""',
114114
);
115-
/** @phpstan-ignore-next-line */
116115
DOMDocumentFactory::fromString('');
117116
}
118117
}

0 commit comments

Comments
 (0)