@@ -30,8 +30,7 @@ discard block |
||
| 30 | 30 | |
| 31 | 31 | /** |
| 32 | 32 | * Calculate charge for given price. |
| 33 | - * @param PriceInterface $action |
|
| 34 | - * @return ChargeInterface |
|
| 33 | + * @return null|Charge |
|
| 35 | 34 | */ |
| 36 | 35 | public function calculateCharge(PriceInterface $quantity); |
| 37 | 36 | |
@@ -64,7 +63,7 @@ discard block |
||
| 64 | 63 | |
| 65 | 64 | /** |
| 66 | 65 | * Returns time ot this action. |
| 67 | - * @return DateTime |
|
| 66 | + * @return \DateTime |
|
| 68 | 67 | */ |
| 69 | 68 | public function getTime() |
| 70 | 69 | { |