@@ -60,8 +60,8 @@ discard block |
||
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 |
||
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) |
@@ -73,8 +73,8 @@ |
||
73 | 73 | |
74 | 74 | /** |
75 | 75 | * @param $user |
76 | - * @param $id_key |
|
77 | - * @param $callback |
|
76 | + * @param string $id_key |
|
77 | + * @param \Closure $callback |
|
78 | 78 | * @return Stripe |
79 | 79 | */ |
80 | 80 | private static function create($user, $id_key, $callback) { |