@@ -36,7 +36,7 @@ |
||
| 36 | 36 | array $fields, |
| 37 | 37 | $sectionValue, |
| 38 | 38 | $returnValue, |
| 39 | - ContentObjectRenderer &$parentObject |
|
| 39 | + ContentObjectRenderer&$parentObject |
|
| 40 | 40 | ) { |
| 41 | 41 | $parts = explode(':', $getDataString); |
| 42 | 42 | if (isset($parts[0]) && isset($parts[1]) && $parts[0] === 'fp') { |
@@ -79,7 +79,7 @@ |
||
| 79 | 79 | |
| 80 | 80 | /** |
| 81 | 81 | * @param array $arguments |
| 82 | - * @param callable|\Closure $renderChildrenClosure |
|
| 82 | + * @param \Closure $renderChildrenClosure |
|
| 83 | 83 | * @param RenderingContextInterface $renderingContext |
| 84 | 84 | * |
| 85 | 85 | * @return string |