Completed
Pull Request — master (#332)
by Claus
02:05
created
src/Core/ViewHelper/AbstractViewHelper.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -385,7 +385,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -7,10 +7,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.