From ff85518fa8f6dc48ac5dedb4847c6bb24ea35b2f Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 19 Jun 2015 18:47:01 -0400 Subject: Fix phpdoc comments --- app/Core/Base.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/Core/Base.php') 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 -- cgit v1.2.3