@@ -520,7 +520,7 @@ |
||
520 | 520 | /** |
521 | 521 | * Include configured header comment in HTML content block |
522 | 522 | * |
523 | - * @param $html |
|
523 | + * @param string $html |
|
524 | 524 | */ |
525 | 525 | public function includeHeaderComment(&$html) |
526 | 526 | { |
@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace HTML\Sourceopt\Service; |
3 | 3 | |
4 | -use HDNET\Hdnet\Exception\GeneralException; |
|
5 | 4 | use HTML\Sourceopt\Manipulation\ManipulationInterface; |
6 | 5 | use TYPO3\CMS\Core\SingletonInterface; |
7 | 6 | use TYPO3\CMS\Core\Utility\GeneralUtility; |