diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-05-09 23:08:16 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-05-09 23:08:16 -0400 |
commit | 98aab0d99465b40907bbc1f1108ea20db290e036 (patch) | |
tree | 91c8939a98e13d998a5b33d58d61e9db920cafc0 /app/Integration | |
parent | 4641d4cf77aac54b1c5688a10e78642b8cda2e87 (diff) |
Fix some php analyzer issues
Diffstat (limited to 'app/Integration')
-rw-r--r-- | app/Integration/Base.php | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |