Completed
Push — master ( 227ba2...4bcf4a )
by Jerry
06:22
created
src/PHPHtmlDom/Core/PHPHtmlDomImportHtml.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 
21 21
     public function __construct()
22 22
     {
23
-       $this->context = stream_context_create($this->context_options);
23
+        $this->context = stream_context_create($this->context_options);
24 24
     }
25 25
 
26 26
     /**
Please login to merge, or discard this patch.
src/PHPHtmlDom/Core/PHPHtmlDomElement.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -78,9 +78,9 @@
 block discarded – undo
78 78
      */
79 79
     private function get_childs()
80 80
     {
81
-       $this->childs = new \PHPTools\PHPHtmlDom\Core\PHPHtmlDomList($this->dom_element->childNodes);
81
+        $this->childs = new \PHPTools\PHPHtmlDom\Core\PHPHtmlDomList($this->dom_element->childNodes);
82 82
 
83
-       return $this;
83
+        return $this;
84 84
     }
85 85
 
86 86
     /**
Please login to merge, or discard this patch.