@@ -25,8 +25,7 @@ |
||
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 |