Completed
Push — master ( 5894ae...4ef642 )
by Julien
02:50
created
lib/DataType/Quantity/PhysicalQuantity/PhysicalQuantity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
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());
Please login to merge, or discard this patch.