Completed
Push — master ( a17ed1...ce9e82 )
by Yann
7s
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\Camt053;
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
 class Decoder implements DecoderInterface
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
@@ -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/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.