Apply fixes from StyleCI
This commit is contained in:
@@ -53,11 +53,11 @@ class AgentRequest extends Request
|
||||
/**
|
||||
*@category Funcion to set rule if send opt is enabled
|
||||
*
|
||||
*@param object $settings (instance of Model common settings)
|
||||
* @param object $settings (instance of Model common settings)
|
||||
*
|
||||
*@author manish.verma@ladybirdweb.com
|
||||
*
|
||||
*@return array|int
|
||||
* @return array|int
|
||||
*/
|
||||
public function check($settings)
|
||||
{
|
||||
|
@@ -119,11 +119,11 @@ class ClientRequest extends Request
|
||||
/**
|
||||
*@category Funcion to set rule if send opt is enabled
|
||||
*
|
||||
*@param object $settings (instance of Model common settings)
|
||||
* @param object $settings (instance of Model common settings)
|
||||
*
|
||||
*@author manish.verma@ladybirdweb.com
|
||||
*
|
||||
*@return array|int
|
||||
* @return array|int
|
||||
*/
|
||||
public function check($settings)
|
||||
{
|
||||
|
@@ -58,11 +58,11 @@ class CreateTicketRequest extends Request
|
||||
/**
|
||||
*@category Funcion to set rule if send opt is enabled
|
||||
*
|
||||
*@param object $settings (instance of Model common settings)
|
||||
* @param object $settings (instance of Model common settings)
|
||||
*
|
||||
*@author manish.verma@ladybirdweb.com
|
||||
*
|
||||
*@return array|int
|
||||
* @return array|int
|
||||
*/
|
||||
public function check($settings)
|
||||
{
|
||||
@@ -102,7 +102,7 @@ class CreateTicketRequest extends Request
|
||||
*
|
||||
*@param null
|
||||
*
|
||||
*@return array
|
||||
* @return array
|
||||
*/
|
||||
public function onlyMobleRequired()
|
||||
{
|
||||
|
@@ -38,7 +38,7 @@ class ProfileRequest extends Request
|
||||
/**
|
||||
*Check the mobile number is unique or not.
|
||||
*
|
||||
*@return string
|
||||
* @return string
|
||||
*/
|
||||
public function checkMobile()
|
||||
{
|
||||
|
@@ -45,11 +45,11 @@ class RegisterRequest extends Request
|
||||
/**
|
||||
*@category Funcion to set rule if send opt is enabled
|
||||
*
|
||||
*@param object $settings (instance of Model common settings)
|
||||
* @param object $settings (instance of Model common settings)
|
||||
*
|
||||
*@author manish.verma@ladybirdweb.com
|
||||
*
|
||||
*@return array|int
|
||||
* @return array|int
|
||||
*/
|
||||
public function check($settings)
|
||||
{
|
||||
|
@@ -45,11 +45,11 @@ class Sys_userRequest extends Request
|
||||
/**
|
||||
*@category Funcion to set rule if send opt is enabled
|
||||
*
|
||||
*@param object $settings (instance of Model common settings)
|
||||
* @param object $settings (instance of Model common settings)
|
||||
*
|
||||
*@author manish.verma@ladybirdweb.com
|
||||
*
|
||||
*@return array|int
|
||||
* @return array|int
|
||||
*/
|
||||
public function check($settings)
|
||||
{
|
||||
@@ -83,7 +83,7 @@ class Sys_userRequest extends Request
|
||||
*
|
||||
*@param null
|
||||
*
|
||||
*@return array
|
||||
* @return array
|
||||
*/
|
||||
public function onlyMobleRequired()
|
||||
{
|
||||
|
Reference in New Issue
Block a user