FIX: misleading phpdoc (#25342)

This commit is contained in:
jyhere
2023-07-12 12:27:12 +02:00
committed by GitHub
parent 231658cf68
commit 3681486fe8

View File

@@ -468,7 +468,7 @@ class Commande extends CommonOrder
* @param User $user User making status change
* @param int $idwarehouse Id of warehouse to use for stock decrease
* @param int $notrigger 1=Does not execute triggers, 0= execute triggers
* @return int <=0 if OK, 0=Nothing done, >0 if KO
* @return int <0 if KO, 0=Nothing done, >0 if OK
*/
public function valid($user, $idwarehouse = 0, $notrigger = 0)
{