@@ -69,7 +69,7 @@ |
||
69 | 69 | } |
70 | 70 | |
71 | 71 | |
72 | - public function setValueToElement(\DOMElement &$el, \DOMDocument $doc = null) |
|
72 | + public function setValueToElement(\DOMElement&$el, \DOMDocument $doc = null) |
|
73 | 73 | { |
74 | 74 | if ($this->getValue() !== NULL) { |
75 | 75 | $el->setAttributeNS(CDA::NS_CDA, 'value', $this->getValue()); |