Completed
Push — master ( 3334ca...4b28b4 )
by Tim
31:46 queued 17:03
created
Classes/Service/CleanHtmlService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -161,7 +161,7 @@  discard block
 block discarded – undo
161 161
      *
162 162
      * @param string $html
163 163
      *
164
-     * @return void
164
+     * @return string
165 165
      */
166 166
     protected function formatHtml(&$html)
167 167
     {
@@ -519,7 +519,7 @@  discard block
 block discarded – undo
519 519
     /**
520 520
      * Include configured header comment in HTML content block
521 521
      *
522
-     * @param $html
522
+     * @param string $html
523 523
      */
524 524
     public function includeHeaderComment(&$html)
525 525
     {
Please login to merge, or discard this patch.