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()
|
||||
{
|
||||
|
@@ -37,7 +37,7 @@ class TaskRequest extends Request
|
||||
{
|
||||
return [
|
||||
'fetching-commands.required_if' => trans('lang.Please_choose_your_Email_Fetching_timing'),
|
||||
'notification-commands.required_if' =>trans('lang.Please_choose_your_ Email_ Notification_timing'),
|
||||
'notification-commands.required_if' => trans('lang.Please_choose_your_ Email_ Notification_timing'),
|
||||
'work-commands.required_if' => trans('lang.Please_choose_your_Auto-close_Workflow_timing'),
|
||||
'workflow-dailyAt.required_if' => 'Please enter the time for Auto-close Workflow timing',
|
||||
'notification-dailyAt.required_if' => 'Please enter the time for Email Notification timing',
|
||||
|
@@ -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