Completed
Pull Request — master (#22)
by Yann
04:24 queued 01:34
created
src/Decoder.php 1 patch
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.
src/Decoder/EntryTransactionDetail.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -149,7 +149,6 @@
 block discarded – undo
149 149
     }
150 150
 
151 151
     /**
152
-     * @param SimpleXMLElement $xmlDetail
153 152
      *
154 153
      * @return DTO\Account|null
155 154
      */
Please login to merge, or discard this patch.