Completed
Push — master ( 2087c3...81baf3 )
by Andrii
05:40
created
features/bootstrap/FeatureContext.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -91,6 +91,9 @@
 block discarded – undo
91 91
         $this->charge(3, $type, $sum, $currency);
92 92
     }
93 93
 
94
+    /**
95
+     * @param integer $no
96
+     */
94 97
     public function charge($no, $type, $sum = null, $currency = null)
95 98
     {
96 99
         var_dump($this->formula);
Please login to merge, or discard this patch.
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -1,11 +1,8 @@
 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 DateTimeImmutable;
7 5
 use hiqdev\php\billing\action\Action;
8
-use hiqdev\php\billing\charge\Charge;
9 6
 use hiqdev\php\billing\customer\Customer;
10 7
 use hiqdev\php\billing\price\SinglePrice;
11 8
 use hiqdev\php\billing\target\Target;
Please login to merge, or discard this patch.