@@ -11,7 +11,6 @@ |
||
11 | 11 | use TYPO3\CMS\Core\Utility\ExtensionManagementUtility; |
12 | 12 | use TYPO3\CMS\Core\Utility\GeneralUtility; |
13 | 13 | use TYPO3\CMS\Core\Utility\HttpUtility; |
14 | -use TYPO3\CMS\Extbase\Utility\DebuggerUtility; |
|
15 | 14 | |
16 | 15 | /** |
17 | 16 | * Inliner for CSS |
@@ -20,7 +20,7 @@ |
||
20 | 20 | /** |
21 | 21 | * Render the given element |
22 | 22 | * |
23 | - * @return array |
|
23 | + * @return string |
|
24 | 24 | */ |
25 | 25 | public function renderInternal() |
26 | 26 | { |
@@ -16,7 +16,7 @@ |
||
16 | 16 | /** |
17 | 17 | * Render the current content |
18 | 18 | * |
19 | - * @return array |
|
19 | + * @return string[] |
|
20 | 20 | */ |
21 | 21 | public function renderInternal() |
22 | 22 | { |
@@ -20,7 +20,7 @@ |
||
20 | 20 | /** |
21 | 21 | * Render the given element |
22 | 22 | * |
23 | - * @return array |
|
23 | + * @return string |
|
24 | 24 | */ |
25 | 25 | public function renderInternal() |
26 | 26 | { |
@@ -16,7 +16,7 @@ |
||
16 | 16 | /** |
17 | 17 | * Render the current content |
18 | 18 | * |
19 | - * @return array |
|
19 | + * @return string[] |
|
20 | 20 | */ |
21 | 21 | public function renderInternal() |
22 | 22 | { |
@@ -16,7 +16,7 @@ |
||
16 | 16 | /** |
17 | 17 | * Render the current content |
18 | 18 | * |
19 | - * @return array |
|
19 | + * @return string[] |
|
20 | 20 | */ |
21 | 21 | public function renderInternal() |
22 | 22 | { |