Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2023-09-01 13:43:07 +00:00
committed by RafficMohammed
parent bb4abce261
commit 4af2d3d09a
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)
{