Fix phpstan

This commit is contained in:
Laurent Destailleur
2024-07-31 14:31:29 +02:00
parent 32d3424423
commit 09eaf38bd1
32 changed files with 35 additions and 35 deletions

View File

@@ -121,7 +121,7 @@ class mod_commande_saphir extends ModeleNumRefCommandes
*
* @param Societe $objsoc Object thirdparty
* @param Commande $object Object we need next value for
* @return string|int<0> Next value if OK, 0 if KO
* @return string|int Next value if OK, 0 if KO
*/
public function getNextValue($objsoc, $object)
{