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