Completed
Push — master ( 62c4c6...b8fd30 )
by Lars
01:46
created
src/voku/helper/SimpleHtmlDom.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -580,7 +580,7 @@
 block discarded – undo
580 580
         $string = \str_replace(['<head>', '</head>'], '', $string);
581 581
       }
582 582
     } else {
583
-      $string = (string)$input;
583
+      $string = (string) $input;
584 584
     }
585 585
 
586 586
     return
Please login to merge, or discard this patch.