From b4173d827a574f9935224ed90c9ce0b4e1b30876 Mon Sep 17 00:00:00 2001 From: Hereward Mills Date: Wed, 23 Dec 2015 09:39:10 +0000 Subject: [PATCH] Replace returns with return void. --- app/Http/Controllers/Dashboard/IncidentController.php | 2 +- app/Http/Controllers/Dashboard/ScheduleController.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Http/Controllers/Dashboard/IncidentController.php b/app/Http/Controllers/Dashboard/IncidentController.php index c184cf5f..108a731f 100644 --- a/app/Http/Controllers/Dashboard/IncidentController.php +++ b/app/Http/Controllers/Dashboard/IncidentController.php @@ -39,7 +39,7 @@ class IncidentController extends Controller /** * Creates a new incident controller instance. * - * @return \CachetHQ\Cachet\Http\Controllers\DashScheduleController + * @return void */ public function __construct() { diff --git a/app/Http/Controllers/Dashboard/ScheduleController.php b/app/Http/Controllers/Dashboard/ScheduleController.php index 91dbb56c..f9b03205 100644 --- a/app/Http/Controllers/Dashboard/ScheduleController.php +++ b/app/Http/Controllers/Dashboard/ScheduleController.php @@ -38,7 +38,7 @@ class ScheduleController extends Controller /** * Creates a new schedule controller instance. * - * @return \CachetHQ\Cachet\Http\Controllers\DashScheduleController + * @return void */ public function __construct() {