FIX stickler-ci errors

This commit is contained in:
lvessiller
2021-03-26 17:59:16 +01:00
parent 8a2e49d6e7
commit 05bf3cdab1
2 changed files with 3 additions and 3 deletions

View File

@@ -2508,7 +2508,7 @@ class Propal extends CommonObject
* @param int $notrigger 1=Does not execute triggers, 0=Execute triggers * @param int $notrigger 1=Does not execute triggers, 0=Execute triggers
* @return int <0 if KO, >0 if OK * @return int <0 if KO, >0 if OK
*/ */
function signature($user, $statut, $note = '', $notrigger = 0) public function signature($user, $statut, $note = '', $notrigger = 0)
{ {
global $langs,$conf; global $langs,$conf;