summaryrefslogtreecommitdiff
path: root/app/Controller/Base.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-05-09 23:08:16 -0400
committerFrederic Guillot <fred@kanboard.net>2015-05-09 23:08:16 -0400
commit98aab0d99465b40907bbc1f1108ea20db290e036 (patch)
tree91c8939a98e13d998a5b33d58d61e9db920cafc0 /app/Controller/Base.php
parent4641d4cf77aac54b1c5688a10e78642b8cda2e87 (diff)
Fix some php analyzer issues
Diffstat (limited to 'app/Controller/Base.php')
-rw-r--r--app/Controller/Base.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Controller/Base.php b/app/Controller/Base.php
index 869d5d59..477d82a5 100644
--- a/app/Controller/Base.php
+++ b/app/Controller/Base.php
@@ -24,6 +24,9 @@ use Symfony\Component\EventDispatcher\Event;
* @property \Integration\GithubWebhook $githubWebhook
* @property \Integration\GitlabWebhook $gitlabWebhook
* @property \Integration\BitbucketWebhook $bitbucketWebhook
+ * @property \Integration\PostmarkWebhook $postmarkWebhook
+ * @property \Integration\SendgridWebhook $sendgridWebhook
+ * @property \Integration\MailgunWebhook $mailgunWebhook
* @property \Model\Acl $acl
* @property \Model\Authentication $authentication
* @property \Model\Action $action