Completed
Push — master ( 2b2a9c...f0c93a )
by Andrii
02:32
created
features/bootstrap/FeatureContext.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -1,10 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 use Behat\Behat\Context\Context;
4
-use Behat\Gherkin\Node\PyStringNode;
5
-use Behat\Gherkin\Node\TableNode;
6 4
 use hiqdev\php\billing\action\Action;
7
-use hiqdev\php\billing\charge\Charge;
8 5
 use hiqdev\php\billing\customer\Customer;
9 6
 use hiqdev\php\billing\price\SinglePrice;
10 7
 use hiqdev\php\billing\target\Target;
Please login to merge, or discard this patch.