From cbeee6263eafb26523faeb2c81d90606e2ddffe0 Mon Sep 17 00:00:00 2001 From: Jeffrey Wong Date: Tue, 21 May 2024 14:42:28 -0700 Subject: [PATCH] add ReturnTypeWillChange attribute --- runtime/lib/om/NestedSetRecursiveIterator.php | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/lib/om/NestedSetRecursiveIterator.php b/runtime/lib/om/NestedSetRecursiveIterator.php index 8ee00bc50..7f88ad7bc 100644 --- a/runtime/lib/om/NestedSetRecursiveIterator.php +++ b/runtime/lib/om/NestedSetRecursiveIterator.php @@ -53,6 +53,7 @@ public function key(): mixed return implode('.', $key); } + #[\ReturnTypeWillChange] public function next() { $nextNode = null;