Passed
Push — Auth ( 5ea92a...e2a482 )
by Stone
02:11
created
App/Models/UserModel.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -157,12 +157,12 @@
 block discarded – undo
157 157
         return $this->getUserDetailsByEmail($email) !== false;
158 158
     }
159 159
 
160
-     /**
161
-     * register a new user
162
-     * @param \stdClass $userData
163
-     * @return int
164
-     * @throws \Exception
165
-     */
160
+        /**
161
+         * register a new user
162
+         * @param \stdClass $userData
163
+         * @return int
164
+         * @throws \Exception
165
+         */
166 166
     public function registerUser(\stdClass $userData): int
167 167
     {
168 168
 
Please login to merge, or discard this patch.