From 4777c141fa668aae5c9fab05b97800abdea8f70f Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 22 Dec 2014 13:02:18 +0000 Subject: [PATCH] Fix StyleCI --- app/controllers/DashIncidentController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/DashIncidentController.php b/app/controllers/DashIncidentController.php index af0b085c..acf8008b 100644 --- a/app/controllers/DashIncidentController.php +++ b/app/controllers/DashIncidentController.php @@ -64,7 +64,7 @@ class DashIncidentController extends Controller /** * Deletes a given incident. - * @param Incident $incident + * @param Incident $incident * @return \Illuminate\Http\RedirectResponse */ public function deleteIncidentAction(Incident $incident)