@@ -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 | { |