summaryrefslogtreecommitdiff
path: root/app/Subscriber
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/Subscriber
parent4641d4cf77aac54b1c5688a10e78642b8cda2e87 (diff)
Fix some php analyzer issues
Diffstat (limited to 'app/Subscriber')
-rw-r--r--app/Subscriber/Base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Subscriber/Base.php b/app/Subscriber/Base.php
index 97e230b5..95f311e7 100644
--- a/app/Subscriber/Base.php
+++ b/app/Subscriber/Base.php
@@ -11,7 +11,7 @@ use Pimple\Container;
* @author Frederic Guillot
*
* @property \Integration\SlackWebhook $slackWebhook
- * @property \Integration\Hipchat $hipchat
+ * @property \Integration\HipchatWebhook $hipchatWebhook
* @property \Model\Board $board
* @property \Model\Config $config
* @property \Model\Comment $comment