Fixes for scrutinizer

This commit is contained in:
Frédéric Guillot 2014-11-23 14:50:03 -05:00
parent df064fa8a8
commit 35e4c1daaa
3 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,7 @@ tools:
- 'vendor/*'
- 'tests/*'
- 'app/Template/*'
- 'scripts/*'
paths: { }
php_pdepend:
enabled: true
@ -26,6 +27,7 @@ tools:
- 'vendor/*'
- 'tests/*'
- 'app/Template/*'
- 'scripts/*'
paths: { }
php_analyzer:
enabled: true
@ -37,6 +39,7 @@ tools:
- 'vendor/*'
- 'tests/*'
- 'app/Template/*'
- 'scripts/*'
paths: { }
path_configs: { }
php_changetracking:
@ -51,4 +54,5 @@ tools:
- 'vendor/*'
- 'tests/*'
- 'app/Template/*'
- 'scripts/*'
paths: { }

View File

@ -37,6 +37,7 @@ use Model\LastLogin;
* @property \Model\TaskHistory $taskHistory
* @property \Model\TaskExport $taskExport
* @property \Model\TaskFinder $taskFinder
* @property \Model\TaskPosition $taskPosition
* @property \Model\TaskPermission $taskPermission
* @property \Model\TaskStatus $taskStatus
* @property \Model\TaskValidator $taskValidator

View File

@ -34,6 +34,7 @@ use PicoDb\Database;
* @property \Model\TaskExport $taskExport
* @property \Model\TaskFinder $taskFinder
* @property \Model\TaskHistory $taskHistory
* @property \Model\TaskPosition $taskPosition
* @property \Model\TaskValidator $taskValidator
* @property \Model\TimeTracking $timeTracking
* @property \Model\User $user