Completed
Push — master ( 85b767...9f6cfb )
by Julien
02:49
created
lib/DataType/AnyType.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -33,13 +33,13 @@
 block discarded – undo
33 33
  */
34 34
 abstract class AnyType
35 35
 {
36
-   /**
37
-    *
38
-    * Add attribute to the given element.
39
-    *
40
-    * The data type are responsible to add the given attribute, content child
41
-    * to the Element.
42
-    *
43
-    */
36
+    /**
37
+     *
38
+     * Add attribute to the given element.
39
+     *
40
+     * The data type are responsible to add the given attribute, content child
41
+     * to the Element.
42
+     *
43
+     */
44 44
     abstract public function setValueToElement(\DOMElement &$el, \DOMDocument $doc = null);
45 45
 }
Please login to merge, or discard this patch.
lib/RIM/Entity/Person.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
 
27 27
 namespace PHPHealth\CDA\RIM\Entity;
28 28
 
29
-use PHPHealth\CDA\ElementInterface;
30 29
 use PHPHealth\CDA\ClinicalDocument as CDA;
31 30
 use PHPHealth\CDA\DataType\Quantity\DateAndTime\TimeStamp;
32 31
 use PHPHealth\CDA\DataType\Collection\Set;
Please login to merge, or discard this patch.
lib/RIM/Role/PatientRole.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
 
27 27
 namespace PHPHealth\CDA\RIM\Role;
28 28
 
29
-use PHPHealth\CDA\Elements\AbstractElement;
30 29
 use PHPHealth\CDA\DataType\Identifier\InstanceIdentifier;
31 30
 use PHPHealth\CDA\DataType\Collection\Set;
32 31
 use PHPHealth\CDA\RIM\Entity\Patient;
Please login to merge, or discard this patch.