Completed
Push — master ( 888950...2eb122 )
by Andrii
05:25
created
src/plan/Plan.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use hiqdev\php\billing\action\ActionInterface;
14 14
 use hiqdev\php\billing\charge\Charge;
15 15
 use hiqdev\php\billing\charge\ChargeInterface;
16
-use hiqdev\php\billing\charge\ChargeModifier;
17 16
 use hiqdev\php\billing\customer\CustomerInterface;
18 17
 use hiqdev\php\billing\price\PriceInterface;
19 18
 
Please login to merge, or discard this patch.
tests/unit/charge/modifiers/FixedDiscountTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use hiqdev\php\billing\charge\modifiers\FixedDiscount;
15 15
 use hiqdev\php\billing\tests\unit\action\ActionTest;
16 16
 use hiqdev\php\units\Quantity;
17
-use Money\Currency;
18 17
 use Money\Money;
19 18
 
20 19
 /**
Please login to merge, or discard this patch.