Completed
Pull Request — master (#23)
by Yann
03:12
created
src/Decoder/Message.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
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
 {
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.