@@ -157,12 +157,12 @@ |
||
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 |