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

@@ -315,9 +315,9 @@ class FilterControllerOld extends Controller
/**
*@category function to format and return user tickets
*
*@param string $segment
* @param string $segment
*
*@return builder
* @return builder
*/
public function formatUserTickets($segment)
{

View File

@@ -72,7 +72,7 @@ class NotificationController extends Controller
*
* @param company
*
* @return mail
* @return mail
* */
public function send_notification_to_admin($company)
{
@@ -102,7 +102,7 @@ class NotificationController extends Controller
/**
* Department Manager Notification/Report.
*
* @return mail
* @return mail
* */
public function send_notification_to_manager($company)
{
@@ -138,7 +138,7 @@ class NotificationController extends Controller
/**
* Team Lead Notification/Report.
*
* @return mail
* @return mail
* */
public function send_notification_to_team_lead($company)
{
@@ -174,7 +174,7 @@ class NotificationController extends Controller
/**
* Agent Notification/Report.
*
* @return mail
* @return mail
* */
public function send_notification_to_agent($company)
{

View File

@@ -2321,7 +2321,7 @@ class TicketController extends Controller
*
*@param null
*
*@return string //script to load tooltip data
* @return string //script to load tooltip data
*/
public static function tooltip($ticketid)
{
@@ -2672,7 +2672,7 @@ class TicketController extends Controller
*
*@param srting array $t_id, $p_id
*
*@return null
* @return null
*/
public function sendMergeNotification($p_id, $t_id)
{