Better documentation
These changes have been automatically suggested by scrutinizer-ci.com
This commit is contained in:
@@ -17,7 +17,7 @@ class TaskClose 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)
|
||||
{
|
||||
@@ -42,7 +42,7 @@ class TaskClose extends Base
|
||||
* Get the required parameter for the event
|
||||
*
|
||||
* @access public
|
||||
* @return array
|
||||
* @return string[]
|
||||
*/
|
||||
public function getEventRequiredParameters()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user