Checkstyle
This commit is contained in:
parent
d47a78479e
commit
6599f2d755
@ -52,7 +52,7 @@ class Project extends CommonObject
|
|||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
*
|
*
|
||||||
* @param DoliDB $DB Database handler
|
* @param DoliDB $db Database handler
|
||||||
*/
|
*/
|
||||||
function __construct($db)
|
function __construct($db)
|
||||||
{
|
{
|
||||||
@ -887,7 +887,6 @@ class Project extends CommonObject
|
|||||||
*
|
*
|
||||||
* @param int $fromid Id of object to clone
|
* @param int $fromid Id of object to clone
|
||||||
* @param bool $clone_contact clone contact of project
|
* @param bool $clone_contact clone contact of project
|
||||||
* @param bool $clone_ref clone ref of project
|
|
||||||
* @param bool $clone_task clone task of project
|
* @param bool $clone_task clone task of project
|
||||||
* @param bool $clone_file clone file of project
|
* @param bool $clone_file clone file of project
|
||||||
* @param bool $clone_note clone note of project
|
* @param bool $clone_note clone note of project
|
||||||
|
|||||||
@ -64,7 +64,7 @@ class Task extends CommonObject
|
|||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
*
|
*
|
||||||
* @param DoliDB $DB Database handler
|
* @param DoliDB $db Database handler
|
||||||
*/
|
*/
|
||||||
function __construct($db)
|
function __construct($db)
|
||||||
{
|
{
|
||||||
@ -943,7 +943,6 @@ class Task extends CommonObject
|
|||||||
* @param int $parent_task_id Id of task to attach clone task
|
* @param int $parent_task_id Id of task to attach clone task
|
||||||
* @param bool $clone_change_dt recalculate date of task regarding new project start date
|
* @param bool $clone_change_dt recalculate date of task regarding new project start date
|
||||||
* @param bool $clone_affectation clone affectation of project
|
* @param bool $clone_affectation clone affectation of project
|
||||||
* @param bool $clone_task clone task of project
|
|
||||||
* @param bool $clone_time clone time of project
|
* @param bool $clone_time clone time of project
|
||||||
* @param bool $clone_file clone file of project
|
* @param bool $clone_file clone file of project
|
||||||
* @param bool $clone_note clone note of project
|
* @param bool $clone_note clone note of project
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user