Skip to content

Commit

Permalink
WiP
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Dec 17, 2023
1 parent 824c966 commit a285d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NodeTraits/ChildNodeWorkarounds.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
trait ChildNodeWorkarounds
{
// https://github.com/php/php-src/pull/11768 - fixed in ~8.1.23, ^8.2.10
// https://github.com/php/php-src/pull/11905 - fixed in ~8.1.23, ^8.2.10
// https://github.com/php/php-src/pull/11905 - behaviour changed in 8.3.0
public function after(...$nodes): void
{
if (isset($this->parentNode))
Expand Down

0 comments on commit a285d94

Please sign in to comment.