Skip to content

Commit

Permalink
Remove phpstan-annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Dec 1, 2024
1 parent ac1fc60 commit a67f0a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/XML/DOMDocumentFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ public function testEmptyStringIsNotValid(): void
$this->expectExceptionMessage(
'Expected a non-whitespace string. Got: ""',
);
/** @phpstan-ignore-next-line */
DOMDocumentFactory::fromString('');
}
}

0 comments on commit a67f0a1

Please sign in to comment.