fix comment method

This commit is contained in:
Florian HENRY 2022-05-11 08:27:38 +02:00
parent 54d6916a20
commit b801ea2cb6

View File

@ -2236,6 +2236,7 @@ abstract class CommonObject
* Link element with a project * Link element with a project
* *
* @param int $projectid Project id to link element to * @param int $projectid Project id to link element to
* @param int $notrigger Disable all triggers
* @return int <0 if KO, >0 if OK * @return int <0 if KO, >0 if OK
*/ */
public function setProject($projectid, $notrigger = 0) public function setProject($projectid, $notrigger = 0)