diff --git a/Utils/ArrayUtils.php b/Utils/ArrayUtils.php index b0356dcfb..b87b6c5a1 100644 --- a/Utils/ArrayUtils.php +++ b/Utils/ArrayUtils.php @@ -57,7 +57,7 @@ final class ArrayUtils throw new \Exception(); } - foreach ($nodes as &$node) { + foreach ($nodes as $node) { $prevEl = &$el; if (!isset($el[$node])) {