Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2023-09-20 06:41:32 +00:00
parent cbd07877df
commit 03585f5a5a
21 changed files with 78 additions and 80 deletions

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)
{