summaryrefslogtreecommitdiff
path: root/app/Core/Base.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-06-19 18:47:01 -0400
committerFrederic Guillot <fred@kanboard.net>2015-06-19 18:47:01 -0400
commitff85518fa8f6dc48ac5dedb4847c6bb24ea35b2f (patch)
treee217c33fa96ef345de6be65f11ea0fb408ae7ff6 /app/Core/Base.php
parent9de6c71158284f50637de46f10423ac6c63cd149 (diff)
Fix phpdoc comments
Diffstat (limited to 'app/Core/Base.php')
-rw-r--r--app/Core/Base.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Core/Base.php b/app/Core/Base.php
index 6cb87cbc..d4d7faa3 100644
--- a/app/Core/Base.php
+++ b/app/Core/Base.php
@@ -17,6 +17,7 @@ use Pimple\Container;
* @property \Core\Request $request
* @property \Core\Session $session
* @property \Core\Template $template
+ * @property \Core\MemoryCache $memoryCache
* @property \Integration\BitbucketWebhook $bitbucketWebhook
* @property \Integration\GithubWebhook $githubWebhook
* @property \Integration\GitlabWebhook $gitlabWebhook
@@ -24,7 +25,7 @@ use Pimple\Container;
* @property \Integration\Jabber $jabber
* @property \Integration\Mailgun $mailgun
* @property \Integration\Postmark $postmark
- * @property \Integration\SendgridWebhook $sendgridWebhook
+ * @property \Integration\Sendgrid $sendgrid
* @property \Integration\SlackWebhook $slackWebhook
* @property \Integration\Smtp $smtp
* @property \Model\Acl $acl