Completed
Push — master ( f0c93a...888950 )
by Andrii
05:26
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.
features/bootstrap/FeatureContext.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
  */
10 10
 use Behat\Behat\Context\Context;
11 11
 use hiqdev\php\billing\action\Action;
12
-use hiqdev\php\billing\charge\Charge;
13 12
 use hiqdev\php\billing\customer\Customer;
14 13
 use hiqdev\php\billing\price\SinglePrice;
15 14
 use hiqdev\php\billing\target\Target;
Please login to merge, or discard this patch.