We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ac6a1 commit a30b970Copy full SHA for a30b970
1 file changed
tests/XML/ExtendableElementTest.php
@@ -79,7 +79,9 @@ public function testMarshalling(): void
79
$this->assertInstanceOf(Dom\Element::class, $actualRoot);
80
81
$this->assertXmlStringEqualsXmlString(
82
+ /** @phpstan-ignore argument.type */
83
$expectedRoot->C14N(),
84
85
$actualRoot->C14N(),
86
);
87
}
0 commit comments