Completed
Push — master ( cbae82...6b14db )
by Andrii
02:38
created
src/ActionInterface.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
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.