Completed
Push — master ( 0f01ca...ac4bd7 )
by Andrew
04:46
created
src/Document.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
             $html = mb_convert_encoding($html, 'UTF-8', $charset);
108 108
         }
109 109
 
110
-        $this->loadHTML('<?xml encoding="utf-8"?>' . $html);
110
+        $this->loadHTML('<?xml encoding="utf-8"?>'.$html);
111 111
 
112 112
         libxml_use_internal_errors($internalErrors);
113 113
         libxml_disable_entity_loader($disableEntities);
Please login to merge, or discard this patch.