Completed
Push — master ( a5ff2b...bf9940 )
by Yann
05:35
created
src/Decoder/EntryTransactionDetail.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Genkgo\Camt\DTO;
6 6
 use \SimpleXMLElement;
7 7
 use Genkgo\Camt\Decoder\Factory\DTO as DTOFactory;
8
-use Genkgo\Camt\Iban;
9 8
 use Money\Money;
10 9
 use Money\Currency;
11 10
 use Genkgo\Camt\Util\StringToUnits;
Please login to merge, or discard this patch.
src/Decoder/Message.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use DateTimeImmutable;
6 6
 use SimpleXMLElement;
7 7
 use Genkgo\Camt\DTO;
8
-use Genkgo\Camt\Iban;
9 8
 use Genkgo\Camt\Decoder\Factory\DTO as DTOFactory;
10 9
 
11 10
 abstract class Message
Please login to merge, or discard this patch.