@@ -385,7 +385,7 @@ |
||
| 385 | 385 | * @param array $arguments |
| 386 | 386 | * @param \Closure $renderChildrenClosure |
| 387 | 387 | * @param RenderingContextInterface $renderingContext |
| 388 | - * @return mixed |
|
| 388 | + * @return string |
|
| 389 | 389 | */ |
| 390 | 390 | public static function renderStatic(array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext) |
| 391 | 391 | { |
@@ -7,10 +7,6 @@ |
||
| 7 | 7 | */ |
| 8 | 8 | |
| 9 | 9 | use TYPO3Fluid\Fluid\Core\Compiler\TemplateCompiler; |
| 10 | -use TYPO3Fluid\Fluid\Core\Parser; |
|
| 11 | -use TYPO3Fluid\Fluid\Core\Event\EventInterface; |
|
| 12 | -use TYPO3Fluid\Fluid\Core\Event\PostParseEvent; |
|
| 13 | -use TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\NodeInterface; |
|
| 14 | 10 | use TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\TextNode; |
| 15 | 11 | use TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode; |
| 16 | 12 | use TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface; |