@@ -47,7 +47,7 @@ |
||
47 | 47 | * Constructor |
48 | 48 | * |
49 | 49 | * @param string $tagName name of the tag to be rendered |
50 | - * @param string|\Closure $tagContent content of the tag to be rendered |
|
50 | + * @param \Closure $tagContent content of the tag to be rendered |
|
51 | 51 | * @api |
52 | 52 | */ |
53 | 53 | public function __construct($tagName = '', $tagContent = '') |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | namespace TYPO3Fluid\Fluid\Core\ViewHelper\Traits; |
4 | 4 | |
5 | 5 | use TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface; |