Completed
Push — master ( ca808c...de2f5d )
by Frederik
02:56
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.
src/DTO/Record.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -112,7 +112,6 @@
 block discarded – undo
112 112
     }
113 113
 
114 114
     /**
115
-     * @param string $copyDuplicateIndicator
116 115
      */
117 116
     public function getCopyDuplicateIndicator()
118 117
     {
Please login to merge, or discard this patch.