Completed
Push — master ( cbae82...6b14db )
by Andrii
02:38
created
src/PriceInterface.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,8 +25,7 @@
 block discarded – undo
25 25
 {
26 26
     /**
27 27
      * Calculate charge for given action.
28
-     * @param ActionInterface $action
29
-     * @return ChargeInterface
28
+     * @return null|Charge
30 29
      */
31 30
     public function calculateCharge(ActionInterface $quantity);
32 31
 
Please login to merge, or discard this patch.