From 5fd4e290c5e0cc4e721a2c68489529831882f435 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 14 Feb 2015 16:22:26 -0500 Subject: Fix PHPAnalyzer issues --- app/Controller/Base.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/Controller') diff --git a/app/Controller/Base.php b/app/Controller/Base.php index 76a81612..f7ebdbab 100644 --- a/app/Controller/Base.php +++ b/app/Controller/Base.php @@ -17,11 +17,13 @@ use Symfony\Component\EventDispatcher\Event; * @package controller * @author Frederic Guillot * + * @property \Core\Helper $helper * @property \Core\Session $session * @property \Core\Template $template * @property \Core\Paginator $paginator * @property \Integration\GithubWebhook $githubWebhook * @property \Integration\GitlabWebhook $gitlabWebhook + * @property \Integration\BitbucketWebhook $bitbucketWebhook * @property \Model\Acl $acl * @property \Model\Authentication $authentication * @property \Model\Action $action -- cgit v1.2.3