@@ -8,6 +8,9 @@ |
||
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(); |
@@ -214,7 +214,7 @@ |
||
214 | 214 | } |
215 | 215 | |
216 | 216 | /** |
217 | - * @param string $otherID |
|
217 | + * @param string $otherId |
|
218 | 218 | */ |
219 | 219 | public function setOtherId($otherId) |
220 | 220 | { |