Completed
Push — master ( 179edc...7cecad )
by Ibrahim
14:30
created
src/Paystack/Helpers/Router.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
  * putArgsIntoEndpoint
76 76
  * Insert description here
77 77
  *
78
- * @param $endpoint
78
+ * @param string $endpoint
79 79
  * @param $sentargs
80 80
  *
81 81
  * @return
@@ -192,7 +192,7 @@  discard block
 block discarded – undo
192 192
  * __call
193 193
  * Insert description here
194 194
  *
195
- * @param $methd
195
+ * @param string $methd
196 196
  * @param $sentargs
197 197
  *
198 198
  * @return
@@ -219,6 +219,7 @@  discard block
 block discarded – undo
219 219
  *
220 220
  * @param $route
221 221
  * @param $secret_key
222
+ * @param \YabaCon\Paystack $paystackObj
222 223
  *
223 224
  * @return
224 225
  *
Please login to merge, or discard this patch.