Completed
Push — master ( b18114...1eb6f4 )
by Andrii
02:46
created
tests/unit/price/PriceFactoryTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use hiqdev\php\billing\type\Type;
19 19
 use hiqdev\php\units\Quantity;
20 20
 use hiqdev\php\units\Unit;
21
-use Money\Currency;
22 21
 use Money\Money;
23 22
 
24 23
 /**
Please login to merge, or discard this patch.
src/charge/Aggregator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 
11 11
 namespace hiqdev\php\billing\charge;
12 12
 
13
-use DateTimeImmutable;
14 13
 use hiqdev\php\billing\bill\Bill;
15 14
 use hiqdev\php\billing\bill\BillInterface;
16 15
 use hiqdev\php\units\QuantityInterface;
Please login to merge, or discard this patch.