Skip to content

Commit

Permalink
add ReturnTypeWillChange attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
jwong-dayspring committed May 21, 2024
1 parent fc22e3b commit cbeee62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/lib/om/NestedSetRecursiveIterator.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public function key(): mixed
return implode('.', $key);
}

#[\ReturnTypeWillChange]
public function next()
{
$nextNode = null;
Expand Down

0 comments on commit cbeee62

Please sign in to comment.