Skip to content

Commit 70a5913

Browse files
committed
Update stubs
1 parent b2a2737 commit 70a5913

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

stubs/ext/dom/DOMNode.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,8 @@ public function removeChild(DOMNode $child)
106106
public function replaceChild(DOMNode $node, DOMNode $child)
107107
{
108108
}
109+
#[\Since('8.3')]
110+
public function contains(DOMNode|DOMNameSpaceNode|null $other): bool
111+
{
112+
}
109113
}

0 commit comments

Comments
 (0)