Completed
Push — master ( 2087c3...81baf3 )
by Andrii
05:40
created
features/bootstrap/FeatureContext.php 1 patch
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.