Skip to content

Commit 9e945f9

Browse files
authored
Fix comment alignment in XMLDocument test
1 parent 370a446 commit 9e945f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ext/dom/tests/modern/xml/XMLDocument_node_notation_wiring.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ XML;
4545
var_dump($iteratedNotation->parentElement);
4646

4747
// wiring
48-
// getNamedItem and iteration each allocate a fresh Notation instance
49-
var_dump($namedNotation !== $iteratedNotation);
48+
// getNamedItem and iteration each allocate a fresh Notation instance
49+
var_dump($namedNotation !== $iteratedNotation);
5050
}
5151
}
5252
?>

0 commit comments

Comments
 (0)