Completed
Push — master ( a5ff2b...bf9940 )
by Yann
05:35
created
src/Decoder.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -1,13 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Genkgo\Camt;
3 3
 
4
-use DateTimeImmutable;
5 4
 use DOMDocument;
6 5
 use Genkgo\Camt\DecoderInterface;
7 6
 use Genkgo\Camt\Exception\InvalidMessageException;
8
-use Genkgo\Camt\Util\StringToUnits;
9
-use Money\Currency;
10
-use Money\Money;
11 7
 use SimpleXMLElement;
12 8
 
13 9
 /**
Please login to merge, or discard this patch.
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.