Applied fixes from StyleCI

This commit is contained in:
vijaysebastian
2016-02-29 07:15:40 -05:00
committed by StyleCI Bot
parent 500a2d76f4
commit 56bc64132b
105 changed files with 256 additions and 454 deletions

View File

@@ -15,7 +15,7 @@ use Exception;
/**
* CannedController.
*
*
* This controller is for all the functionalities of Canned response for Agents in the Agent Panel
*
* @author Ladybird <info@ladybirdweb.com>

View File

@@ -15,7 +15,7 @@ use View;
/**
* DashboardController
* This controlleris used to fetch dashboard in the agent panel.
*
*
* @author Ladybird <info@ladybirdweb.com>
*/
class DashboardController extends Controller

View File

@@ -11,6 +11,7 @@ use App\Model\helpdesk\Settings\Company;
use App\Model\helpdesk\settings\Email;
use App\Model\helpdesk\Utility\Log_notification;
use App\User;
// classes
/**

View File

@@ -3,7 +3,8 @@
namespace App\Http\Controllers\Agent\helpdesk;
// controllers
use App\Http\Controllers\Common\SettingsController;use App\Http\Controllers\Controller;
use App\Http\Controllers\Common\SettingsController;
use App\Http\Controllers\Controller;
// requests
// models
use App\Model\helpdesk\Agent\Department;

View File

@@ -2533,7 +2533,7 @@ class TicketController extends Controller
}
}
/**
/**
* useradd.
*
* @param type Image $image

View File

@@ -4,7 +4,6 @@ namespace App\Http\Controllers\Agent\kb;
// Controllers
use App\Http\Controllers\Agent\helpdesk\TicketController;
use App\Http\Controllers\Controller;
// Requests
use App\Http\Requests\kb\ArticleRequest;