Fix some phpdoc comments

This commit is contained in:
Frederic Guillot
2015-01-18 18:21:33 -05:00
parent 92d9c3695e
commit 4e874fad90
4 changed files with 13 additions and 5 deletions

View File

@@ -11,15 +11,19 @@ use Pimple\Container;
* @author Frederic Guillot
*
* @property \Model\Config $config
* @property \Model\Comment $comment
* @property \Model\LastLogin $lastLogin
* @property \Model\Notification $notification
* @property \Model\Project $project
* @property \Model\ProjectPermission $projectPermission
* @property \Model\ProjectAnalytic $projectAnalytic
* @property \Model\ProjectDailySummary $projectDailySummary
* @property \Model\SubTask $subtask
* @property \Model\Task $task
* @property \Model\TaskExport $taskExport
* @property \Model\TaskFinder $taskFinder
* @property \Model\UserSession $userSession
* @property \Model\Webhook $webhook
*/
abstract class Base
{