Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2023-09-22 06:18:55 +00:00
parent bbe99417ab
commit 7dc60a781f
20 changed files with 59 additions and 59 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)
{