[BUGFIX] formatting issues

This commit is contained in:
julianzangl 2023-07-07 12:16:23 +02:00
parent eb432ddf94
commit 0f0b7e3145

View file

@ -52,11 +52,10 @@ class SkillGroupingViewHelper extends AbstractViewHelper
}
public static function renderStatic(
array $arguments,
Closure $renderChildrenClosure,
array $arguments,
Closure $renderChildrenClosure,
RenderingContextInterface $renderingContext
)
{
) {
/** @var Skill[] $skills */
$skills = $arguments['skills'];
/** @var SkillSet|null $skillSet */