mirror of
https://github.com/SkillDisplay/TYPO3ContentElements.git
synced 2024-11-24 03:56:08 +01:00
[BUGFIX] formatting issues
This commit is contained in:
parent
eb432ddf94
commit
0f0b7e3145
1 changed files with 3 additions and 4 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue