Completed
Push — master ( 89d9db...563f53 )
by Ibrahim
12:32
created
src/Paystack/Helpers/Router.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.