Completed
Pull Request — master (#230)
by Claus
02:21
created
src/Core/ViewHelper/Traits/RendersTag.php 1 patch
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.