Completed
Pull Request — master (#21)
by Yann
02:47
created
src/Decoder/EntryTransactionDetail.php 2 patches
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.
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.