@@ -153,7 +153,7 @@ |
||
153 | 153 | { |
154 | 154 | assert(is_string($serialized)); |
155 | 155 | $doc = DOMDocumentFactory::fromString(unserialize($serialized)); |
156 | - $this->xml = $doc->documentElement; |
|
156 | + $this->xml = $doc->documentElement; |
|
157 | 157 | $this->localName = $this->xml->localName; |
158 | 158 | $this->namespaceURI = $this->xml->namespaceURI; |
159 | 159 | } |