Skip to content

Commit

Permalink
Update stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
phpstan-bot committed Jul 26, 2024
1 parent bfe12ab commit ea97d20
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions stubs/ext/tidy/tidyNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,12 @@ public function isPhp(): bool
public function getParent(): ?tidyNode
{
}
#[\Since('8.4')]
public function getPreviousSibling(): ?tidyNode
{
}
#[\Since('8.4')]
public function getNextSibling(): ?tidyNode
{
}
}

0 comments on commit ea97d20

Please sign in to comment.