From 98aab0d99465b40907bbc1f1108ea20db290e036 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 9 May 2015 23:08:16 -0400 Subject: Fix some php analyzer issues --- app/Integration/Base.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Integration') diff --git a/app/Integration/Base.php b/app/Integration/Base.php index 9daa3eb0..53f0ae8a 100644 --- a/app/Integration/Base.php +++ b/app/Integration/Base.php @@ -15,6 +15,7 @@ use Pimple\Container; * @property \Model\Task $task * @property \Model\TaskFinder $taskFinder * @property \Model\User $user + * @property \Model\Project $project */ abstract class Base { -- cgit v1.2.3