Completed
Push — master ( d8bb10...5083b1 )
by Ankit
02:09
created
source/Login.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
      *
56 56
      * @param array $data Contains the User Credentials
57 57
      *
58
-     * @return json
58
+     * @return string
59 59
      */
60 60
     public function authLogin($data)
61 61
     {
Please login to merge, or discard this patch.
source/Register.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
      *
61 61
      * @param array $data Contains the User Credentials
62 62
      *
63
-     * @return json
63
+     * @return string|null
64 64
      */
65 65
     public function authRegister($data)
66 66
     {
Please login to merge, or discard this patch.