Skip to content

Commit 4bd7668

Browse files
tvdijenjaimeperez
authored andcommitted
Bug
1 parent 3d1f7bd commit 4bd7668

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/XML/ds/Signature.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ public static function fromXML(DOMElement $xml): object
221221
*/
222222
public function toXML(DOMElement $parent = null): DOMElement
223223
{
224-
$e->instantiateParentElement($parent);
224+
$e = $this->instantiateParentElement($parent);
225225

226226
if ($this->Id !== null) {
227227
$e->setAttribute('Id', $this->Id);

0 commit comments

Comments
 (0)