Completed
Push — master ( 90565d...ef196c )
by Andrii
03:33
created
src/charge/Generalizer.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -2,13 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace hiqdev\billing\hiapi\charge;
4 4
 
5
-use DateTimeImmutable;
6
-use hiqdev\php\billing\bill\Bill;
7
-use hiqdev\php\billing\bill\BillInterface;
8 5
 use hiqdev\php\billing\charge\ChargeInterface;
9 6
 use hiqdev\php\billing\target\TargetInterface;
10
-use hiqdev\php\units\QuantityInterface;
11
-use Money\Money;
12 7
 
13 8
 /**
14 9
  * @author Andrii Vasyliev <[email protected]>
Please login to merge, or discard this patch.