Completed
Push — master ( 041c4d...dec97d )
by Tim
03:47
created
Classes/Service/CleanHtmlService.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -520,7 +520,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.