Apply fixes from StyleCI
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
@@ -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)
|
||||
{
|
||||
|
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user