Skip to content

Commit

Permalink
[BUGFIX] Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dogawaf committed Feb 15, 2024
1 parent 7956782 commit 4b57e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/ViewHelpers/ForEachViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static function renderStatic(array $arguments, \Closure $renderChildrenCl
$iterationData = [
'index' => 0,
'cycle' => 1,
'total' => count($each)
'total' => count($each),
];
}

Expand Down

0 comments on commit 4b57e7a

Please sign in to comment.