@@ -30,11 +30,11 @@ |
||
30 | 30 | } |
31 | 31 | } |
32 | 32 | |
33 | - /** |
|
34 | - * @param null|DOMDocument $document |
|
35 | - * |
|
36 | - * @return DOMElement |
|
37 | - */ |
|
33 | + /** |
|
34 | + * @param null|DOMDocument $document |
|
35 | + * |
|
36 | + * @return DOMElement |
|
37 | + */ |
|
38 | 38 | public function toNode(DOMDocument $document = null) |
39 | 39 | { |
40 | 40 | if (null === $document) { |
@@ -616,7 +616,4 @@ |
||
616 | 616 | { |
617 | 617 | $this->declarationStatement = $statement; |
618 | 618 | |
619 | - return $this; |
|
620 | - } |
|
621 | ->>>>>>> develop |
|
622 | -} |
|
619 | + return $this |
|
623 | 620 | \ No newline at end of file |