Passed
Push — master ( 91b486...b6fcc1 )
by Бабичев
06:36 queued 02:56
created
src/AdvancedHtmlDom/AdvancedHtmlDom.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,8 +70,7 @@
 block discarded – undo
70 70
         if ($is_xml)
71 71
         {
72 72
             $this->dom->loadXML(\preg_replace('/xmlns=".*?"/ ', '', $html));
73
-        }
74
-        else
73
+        } else
75 74
         {
76 75
             $this->dom->loadHTML($html);
77 76
         }
Please login to merge, or discard this patch.