Better documentation

These changes have been automatically suggested by scrutinizer-ci.com
This commit is contained in:
Raphaël Doursenaud
2014-04-22 15:08:18 +02:00
parent 919e5d51a4
commit d156c47f09
14 changed files with 30 additions and 17 deletions

View File

@@ -17,7 +17,7 @@ class TaskDuplicateAnotherProject extends Base
*
* @access public
* @param integer $project_id Project id
* @param Task $task Task model instance
* @param \Model\Task $task Task model instance
*/
public function __construct($project_id, \Model\Task $task)
{
@@ -43,7 +43,7 @@ class TaskDuplicateAnotherProject extends Base
* Get the required parameter for the event
*
* @access public
* @return array
* @return string[]
*/
public function getEventRequiredParameters()
{