Add php docblocks

This commit is contained in:
Frederic Guillot 2015-09-20 22:32:18 -04:00
parent 689687dd4e
commit 9aea0d141a
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@ use Pimple\Container;
* @property \Integration\Sendgrid $sendgrid
* @property \Integration\SlackWebhook $slackWebhook
* @property \Integration\Smtp $smtp
* @property \Formatter\TaskFilterGanttFormatter $taskFilterGanttFormatter
* @property \Formatter\TaskFilterAutoCompleteFormatter $taskFilterAutoCompleteFormatter
* @property \Formatter\TaskFilterCalendarFormatter $taskFilterCalendarFormatter
* @property \Formatter\TaskFilterICalendarFormatter $taskFilterICalendarFormatter
* @property \Model\Acl $acl
* @property \Model\Action $action
* @property \Model\Authentication $authentication