Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2023-09-06 09:09:54 +00:00
parent adc6c48ea4
commit 9dfedfc77c
20 changed files with 59 additions and 59 deletions

View File

@@ -125,9 +125,9 @@ class GuestController extends Controller
/**
*@category fucntion to check if mobile number is unqique or not
*
*@param string $mobile
* @param string $mobile
*
*@return bool true(if mobile exists in users table)/false (if mobile does not exist in user table)
* @return bool true(if mobile exists in users table)/false (if mobile does not exist in user table)
*/
public function checkMobile($mobile)
{