Completed
Push — master ( cc22a3...4f7cc2 )
by raphael
01:18
created
src/Transaction.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -60,8 +60,8 @@  discard block
 block discarded – undo
60 60
     /**
61 61
      * The amount of the transaction.
62 62
      *
63
-     * @param $value
64
-     * @param $currency
63
+     * @param integer $value
64
+     * @param string $currency
65 65
      * @return $this
66 66
      */
67 67
     public function amount($value, $currency)
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
     /**
75 75
      * Take your fees here.
76 76
      *
77
-     * @param $amount
77
+     * @param integer $amount
78 78
      * @return $this
79 79
      */
80 80
     public function fee($amount)
Please login to merge, or discard this patch.