Remove some warnings for Scrutinizer-ci

This commit is contained in:
Frédéric Guillot
2014-05-03 22:44:00 -04:00
parent 560a12f0bd
commit 8ab4c38373
12 changed files with 88 additions and 2 deletions

View File

@@ -12,6 +12,14 @@ require_once __DIR__.'/base.php';
*/
class TaskDuplicateAnotherProject extends Base
{
/**
* Task model
*
* @accesss private
* @var \Model\Task
*/
private $task;
/**
* Constructor
*