Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2023-09-22 06:18:55 +00:00
parent bbe99417ab
commit 7dc60a781f
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)
{