Skip to content

Commit 5ecd0ad

Browse files
committed
Fix coding style
1 parent 9e087e6 commit 5ecd0ad

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

Classes/ViewHelpers/Data/ArrayFirstViewHelper.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ public function initializeArguments()
4848
}
4949

5050
/**
51-
* @param array $arguments
52-
* @param \Closure $renderChildrenClosure
53-
* @param RenderingContextInterface $renderingContext
5451
* @return string|int|bool|array
5552
*/
5653
public static function renderStatic(array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext)

Classes/ViewHelpers/Data/ValueForKeyViewHelper.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ public function initializeArguments()
4545
}
4646

4747
/**
48-
* @param array $arguments
49-
* @param \Closure $renderChildrenClosure
50-
* @param RenderingContextInterface $renderingContext
5148
* @return string|int|bool|array
5249
*/
5350
public static function renderStatic(

Classes/ViewHelpers/Find/FacetIsActiveViewHelper.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ public function initializeArguments()
5656
*/
5757

5858
/**
59-
* @param array $arguments
60-
* @param \Closure $renderChildrenClosure
61-
* @param RenderingContextInterface $renderingContext
6259
* @return string|int|bool|array
6360
*/
6461
public static function renderStatic(

0 commit comments

Comments
 (0)