Completed
Push — master ( ce9e82...2a5d10 )
by Yann
9s
created
src/Decoder/Factory/DTO/PersonIdentification.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -8,6 +8,9 @@
 block discarded – undo
8 8
 {
9 9
     use Behavior\Mapping;
10 10
 
11
+    /**
12
+     * @return \Genkgo\Camt\DTO\Identification
13
+     */
11 14
     public static function createFromXml(SimpleXMLElement $xmlPersonIdentification)
12 15
     {
13 16
         $xmlPersonIdentification = new DTO\PersonIdentification();
Please login to merge, or discard this patch.
src/DTO/OrganisationIdentification.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -214,7 +214,7 @@
 block discarded – undo
214 214
     }
215 215
     
216 216
     /**
217
-     * @param string $otherID
217
+     * @param string $otherId
218 218
      */
219 219
     public function setOtherId($otherId)
220 220
     {
Please login to merge, or discard this patch.