@@ -69,7 +69,7 @@ discard block |
||
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 |
||
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 |