Skip to content

Commit ea97d20

Browse files
committed
Update stubs
1 parent bfe12ab commit ea97d20

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

stubs/ext/tidy/tidyNode.php

+8
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,12 @@ public function isPhp(): bool
3232
public function getParent(): ?tidyNode
3333
{
3434
}
35+
#[\Since('8.4')]
36+
public function getPreviousSibling(): ?tidyNode
37+
{
38+
}
39+
#[\Since('8.4')]
40+
public function getNextSibling(): ?tidyNode
41+
{
42+
}
3543
}

0 commit comments

Comments
 (0)