From cf6d4d1c0a04b5816865818b9b6ab121071b870f Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 11 Oct 2015 12:32:20 -0400 Subject: Fix some phpdoc --- app/Core/Base.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/Core/Base.php') diff --git a/app/Core/Base.php b/app/Core/Base.php index 71d54413..7503e840 100644 --- a/app/Core/Base.php +++ b/app/Core/Base.php @@ -34,6 +34,7 @@ use Pimple\Container; * @property \Integration\Sendgrid $sendgrid * @property \Integration\SlackWebhook $slackWebhook * @property \Integration\Smtp $smtp + * @property \Formatter\ProjectGanttFormatter $projectGanttFormatter * @property \Formatter\TaskFilterGanttFormatter $taskFilterGanttFormatter * @property \Formatter\TaskFilterAutoCompleteFormatter $taskFilterAutoCompleteFormatter * @property \Formatter\TaskFilterCalendarFormatter $taskFilterCalendarFormatter @@ -53,6 +54,10 @@ use Pimple\Container; * @property \Model\LastLogin $lastLogin * @property \Model\Link $link * @property \Model\Notification $notification + * @property \Model\NotificationType $notificationType + * @property \Model\NotificationFilter $notificationFilter + * @property \Model\OverdueNotification $overdueNotification + * @property \Model\WebNotification $webNotification * @property \Model\Project $project * @property \Model\ProjectActivity $projectActivity * @property \Model\ProjectAnalytic $projectAnalytic -- cgit v1.2.3