@@ -74,7 +74,7 @@ discard block |
||
74 | 74 | * putArgsIntoEndpoint |
75 | 75 | * Insert description here |
76 | 76 | * |
77 | - * @param $endpoint |
|
77 | + * @param string $endpoint |
|
78 | 78 | * @param $sentargs |
79 | 79 | * |
80 | 80 | * @return |
@@ -198,7 +198,7 @@ discard block |
||
198 | 198 | * __call |
199 | 199 | * Insert description here |
200 | 200 | * |
201 | - * @param $methd |
|
201 | + * @param string $methd |
|
202 | 202 | * @param $sentargs |
203 | 203 | * |
204 | 204 | * @return |
@@ -223,7 +223,7 @@ discard block |
||
223 | 223 | * A magic resource object that can make method calls to API |
224 | 224 | * |
225 | 225 | * @param $route |
226 | - * @param $paystackObj - A Yabacon\Paystack Object |
|
226 | + * @param \Yabacon\Paystack $paystackObj - A Yabacon\Paystack Object |
|
227 | 227 | */ |
228 | 228 | public function __construct($route, $paystackObj) |
229 | 229 | { |