@@ -48,7 +48,7 @@ discard block |
||
48 | 48 | |
49 | 49 | /** |
50 | 50 | * Returns quantity ot this action. |
51 | - * @return QuantityInterface |
|
51 | + * @return \hiqdev\php\units\QuantityInterface |
|
52 | 52 | */ |
53 | 53 | public function getQuantity() |
54 | 54 | { |
@@ -57,7 +57,7 @@ discard block |
||
57 | 57 | |
58 | 58 | /** |
59 | 59 | * Returns time ot this action. |
60 | - * @return DateTime |
|
60 | + * @return \DateTime |
|
61 | 61 | */ |
62 | 62 | public function getTime() |
63 | 63 | { |
@@ -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 |