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) {