From ad35658d74c8264227188f25b8a38ae2b117897a Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 24 Apr 2017 08:03:05 +0100 Subject: [PATCH] Fix docblock --- .../IncidentUpdate/IncidentUpdatedNotification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Notifications/IncidentUpdate/IncidentUpdatedNotification.php b/app/Notifications/IncidentUpdate/IncidentUpdatedNotification.php index 8d7c50f3..8ad88647 100644 --- a/app/Notifications/IncidentUpdate/IncidentUpdatedNotification.php +++ b/app/Notifications/IncidentUpdate/IncidentUpdatedNotification.php @@ -32,7 +32,7 @@ class IncidentUpdatedNotification extends Notification /** * The incident update. * - * @var \CachetHQ\Cachet\Models\Incident + * @var \CachetHQ\Cachet\Models\IncidentUpdate */ protected $update;