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