Completed
Pull Request — master (#65)
by
unknown
08:00
created
src/OpenGraph.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
         $doc->loadHTML('<?xml encoding="utf-8" ?>'.$html, $options);
20 20
         //catch possible errors due to empty or malformed HTML
21 21
         if ($options > 0 && ($options & (LIBXML_NOWARNING | LIBXML_NOERROR)) == 0) {
22
-          Log::warning(libxml_get_errors());
22
+            Log::warning(libxml_get_errors());
23 23
         }
24 24
         libxml_clear_errors();
25 25
         // restore previous state
Please login to merge, or discard this patch.