diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-10-11 12:32:20 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-10-11 12:32:20 -0400 |
commit | cf6d4d1c0a04b5816865818b9b6ab121071b870f (patch) | |
tree | 2b98a83059a61d11d6ac46bb282b1406ae88b827 /app/Core/Base.php | |
parent | 48a2cfc741101c76ba0e8d18f8cb631b9db93379 (diff) |
Fix some phpdoc
Diffstat (limited to 'app/Core/Base.php')
-rw-r--r-- | app/Core/Base.php | 5 |
1 files changed, 5 insertions, 0 deletions
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 |