@@ -20,7 +20,7 @@ |
||
| 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 | /** |
@@ -78,9 +78,9 @@ |
||
| 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 | /** |