@@ -62,7 +62,7 @@ |
||
| 62 | 62 | |
| 63 | 63 | /** |
| 64 | 64 | * @param DOMDocument $document |
| 65 | - * @return Message |
|
| 65 | + * @return DTO\Message |
|
| 66 | 66 | * @throws InvalidMessageException |
| 67 | 67 | */ |
| 68 | 68 | public function decode(DOMDocument $document) |
@@ -149,7 +149,6 @@ |
||
| 149 | 149 | } |
| 150 | 150 | |
| 151 | 151 | /** |
| 152 | - * @param SimpleXMLElement $xmlDetail |
|
| 153 | 152 | * |
| 154 | 153 | * @return DTO\Account|null |
| 155 | 154 | */ |
@@ -150,7 +150,6 @@ discard block |
||
| 150 | 150 | } |
| 151 | 151 | |
| 152 | 152 | /** |
| 153 | - * @param string $copyDuplicateIndicator |
|
| 154 | 153 | */ |
| 155 | 154 | public function getCopyDuplicateIndicator() |
| 156 | 155 | { |
@@ -158,6 +157,7 @@ discard block |
||
| 158 | 157 | } |
| 159 | 158 | |
| 160 | 159 | /** |
| 160 | + * @param string $copyDuplicateIndicator |
|
| 161 | 161 | * @return string |
| 162 | 162 | */ |
| 163 | 163 | public function setCopyDuplicateIndicator($copyDuplicateIndicator) |
@@ -223,6 +223,7 @@ discard block |
||
| 223 | 223 | |
| 224 | 224 | /** |
| 225 | 225 | * @param string |
| 226 | + * @param string $additionalInformation |
|
| 226 | 227 | */ |
| 227 | 228 | public function setAdditionalInformation($additionalInformation) |
| 228 | 229 | { |