Completed
Pull Request — master (#14)
by Yann
02:46
created
src/Camt053/Decoder.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -1,13 +1,9 @@
 block discarded – undo
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
Please login to merge, or discard this patch.