From ab370be1c013e8c8ca155bbd91c1c599622d7f9d Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Tue, 22 Dec 2015 19:47:05 +0000 Subject: [PATCH] Added missing return annotation --- app/Events/Incident/IncidentWasRemovedEvent.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Events/Incident/IncidentWasRemovedEvent.php b/app/Events/Incident/IncidentWasRemovedEvent.php index 264bd70a..2ea4934f 100644 --- a/app/Events/Incident/IncidentWasRemovedEvent.php +++ b/app/Events/Incident/IncidentWasRemovedEvent.php @@ -26,6 +26,8 @@ class IncidentWasRemovedEvent implements IncidentEventInterface * Create a new incident was removed event instance. * * @param \CachetHQ\Cachet\Models\Incident $incident + * + * @return void */ public function __construct(Incident $incident) {