@@ -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) |
@@ -1,13 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace Genkgo\Camt\Camt053; |
3 | 3 | |
4 | -use DateTimeImmutable; |
|
5 | 4 | use DOMDocument; |
6 | 5 | use Genkgo\Camt\DecoderInterface; |
7 | 6 | use Genkgo\Camt\Exception\InvalidMessageException; |
8 | -use Genkgo\Camt\Util\StringToUnits; |
|
9 | -use Money\Currency; |
|
10 | -use Money\Money; |
|
11 | 7 | use SimpleXMLElement; |
12 | 8 | |
13 | 9 | class Decoder implements DecoderInterface |
@@ -149,7 +149,6 @@ |
||
149 | 149 | } |
150 | 150 | |
151 | 151 | /** |
152 | - * @param SimpleXMLElement $xmlDetail |
|
153 | 152 | * |
154 | 153 | * @return DTO\Account|null |
155 | 154 | */ |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Genkgo\Camt\DTO; |
6 | 6 | use \SimpleXMLElement; |
7 | -use Genkgo\Camt\Iban; |
|
8 | 7 | |
9 | 8 | abstract class EntryTransactionDetail |
10 | 9 | { |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Genkgo\Camt\DTO; |
6 | 6 | use \SimpleXMLElement; |
7 | -use Genkgo\Camt\Iban; |
|
8 | 7 | |
9 | 8 | abstract class EntryTransactionDetail |
10 | 9 | { |
@@ -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 | { |
@@ -80,7 +80,7 @@ discard block |
||
80 | 80 | } |
81 | 81 | |
82 | 82 | /** |
83 | - * @param string $name |
|
83 | + * @param string $phoneNumber |
|
84 | 84 | */ |
85 | 85 | public function setPhoneNumber($phoneNumber) |
86 | 86 | { |
@@ -96,7 +96,7 @@ discard block |
||
96 | 96 | } |
97 | 97 | |
98 | 98 | /** |
99 | - * @param string $name |
|
99 | + * @param string $mobileNumber |
|
100 | 100 | */ |
101 | 101 | public function setMobileNumber($mobileNumber) |
102 | 102 | { |
@@ -112,7 +112,7 @@ discard block |
||
112 | 112 | } |
113 | 113 | |
114 | 114 | /** |
115 | - * @param string $name |
|
115 | + * @param string $faxNumber |
|
116 | 116 | */ |
117 | 117 | public function setFaxNumber($faxNumber) |
118 | 118 | { |
@@ -128,7 +128,7 @@ discard block |
||
128 | 128 | } |
129 | 129 | |
130 | 130 | /** |
131 | - * @param string $name |
|
131 | + * @param string $emailAddress |
|
132 | 132 | */ |
133 | 133 | public function setEmailAddress($emailAddress) |
134 | 134 | { |
@@ -144,7 +144,7 @@ discard block |
||
144 | 144 | } |
145 | 145 | |
146 | 146 | /** |
147 | - * @param string $name |
|
147 | + * @param string $other |
|
148 | 148 | */ |
149 | 149 | public function setOther($other) |
150 | 150 | { |
@@ -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 | { |