Skip to content

Commit a30b970

Browse files
committed
Suppress error
1 parent f3ac6a1 commit a30b970

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/XML/ExtendableElementTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ public function testMarshalling(): void
7979
$this->assertInstanceOf(Dom\Element::class, $actualRoot);
8080

8181
$this->assertXmlStringEqualsXmlString(
82+
/** @phpstan-ignore argument.type */
8283
$expectedRoot->C14N(),
84+
/** @phpstan-ignore argument.type */
8385
$actualRoot->C14N(),
8486
);
8587
}

0 commit comments

Comments
 (0)