Completed
Pull Request — master (#230)
by Claus
02:21
created
src/Core/ViewHelper/Traits/RendersTag.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
     /**
70 70
      * @param TagBuilder $tag
71 71
      * @param array $arguments
72
-     * @param array $attributes
72
+     * @param string[] $attributes
73 73
      * @param RenderingContextInterface $renderingContext
74 74
      */
75 75
     public static function renderTag(
@@ -172,7 +172,7 @@  discard block
 block discarded – undo
172 172
     protected abstract function buildRenderChildrenClosure();
173 173
 
174 174
     /**
175
-     * @return mixed
175
+     * @return string
176 176
      */
177 177
     protected abstract function renderChildren();
178 178
 
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace TYPO3Fluid\Fluid\Core\ViewHelper\Traits;
3 3
 
4 4
 use TYPO3Fluid\Fluid\Core\Compiler\TemplateCompiler;
5
-use TYPO3Fluid\Fluid\Core\Compiler\ViewHelperCompiler;
6 5
 use TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode;
7 6
 use TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface;
8 7
 use TYPO3Fluid\Fluid\Core\ViewHelper\Exception;
Please login to merge, or discard this patch.