Completed
Push — master ( 4ef642...49bb93 )
by Julien
02:53
created
lib/ClinicalDocument.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -161,7 +161,7 @@  discard block
 block discarded – undo
161 161
     
162 162
     /**
163 163
      *
164
-     * @return string
164
+     * @return Title
165 165
      */
166 166
     public function getTitle()
167 167
     {
@@ -171,7 +171,7 @@  discard block
 block discarded – undo
171 171
     /**
172 172
      *
173 173
      * @param \PHPHealth\CDA\Elements\Title $title
174
-     * @return \PHPHealth\CDA2\ClinicalDocument
174
+     * @return ClinicalDocument
175 175
      */
176 176
     public function setTitle(Title $title)
177 177
     {
Please login to merge, or discard this patch.
lib/DataType/TextAndMultimedia/NarrativeString.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -49,6 +49,9 @@
 block discarded – undo
49 49
     }
50 50
     
51 51
     
52
+    /**
53
+     * @param string $type
54
+     */
52 55
     private function addElement($type, $content)
53 56
     {
54 57
         $this->elements[] = [$type, $content];
Please login to merge, or discard this patch.
lib/Helper/ReferenceManager.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -69,10 +69,10 @@
 block discarded – undo
69 69
     }
70 70
     
71 71
         /**
72
-     * 
73
-     * @param type $ref
74
-     * @return ReferenceElement
75
-     */
72
+         * 
73
+         * @param type $ref
74
+         * @return ReferenceElement
75
+         */
76 76
     public function getReferenceElement($ref)
77 77
     {
78 78
         if (! array_key_exists($ref, $this->elementReferences)) {
Please login to merge, or discard this patch.