Conditions | 1 |
Paths | 1 |
Total Lines | 3 |
Code Lines | 1 |
Lines | 0 |
Ratio | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php declare(strict_types=1); |
||
18 | public function isEqualNode(?DOMNode $otherNode): bool |
||
19 | { |
||
20 | return NodeComparator::isEqualNode($this, $otherNode); |
||
1 ignored issue
–
show
|
|||
21 | } |
||
22 | } |