Passed
Push — master ( 255c54...977bad )
by Shashi Prakash
55s
created
src/OpenGraph.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
          * parsing starts here:.
15 15
          */
16 16
         $doc = new DOMDocument();
17
-        @$doc->loadHTML('<?xml encoding="utf-8" ?>' .$html);
17
+        @$doc->loadHTML('<?xml encoding="utf-8" ?>'.$html);
18 18
 
19 19
         $tags = $doc->getElementsByTagName('meta');
20 20
         $metadata = [];
Please login to merge, or discard this patch.