Completed
Push — master ( 2a517c...a42c86 )
by Lars
04:47
created
src/voku/helper/SimpleHtmlDom.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -565,7 +565,7 @@
 block discarded – undo
565 565
         $string = str_replace(array('<head>', '</head>'), '', $string);
566 566
       }
567 567
     } else {
568
-      $string = (string)$input;
568
+      $string = (string) $input;
569 569
     }
570 570
 
571 571
     return
Please login to merge, or discard this patch.