@@ -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) { |
@@ -74,7 +74,7 @@ |
||
74 | 74 | $node->appendChild($document->createElement('ExpirationDate', $this->getExpirationDate())); |
75 | 75 | |
76 | 76 | if ($this->getSecurityCode()) { |
77 | - $node->appendChild($document->createElement('SecurityCode', $this->getSecurityCode())); |
|
77 | + $node->appendChild($document->createElement('SecurityCode', $this->getSecurityCode())); |
|
78 | 78 | } |
79 | 79 | |
80 | 80 | if ($this->getAddress()) { |