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

@@ -124,7 +124,7 @@ class mod_arctic extends ModeleNumRefFicheinter
*
* @param Societe|string $objsoc Object thirdparty
* @param Fichinter|string $object Object we need next value for
* @return string|int<0> Value if OK, 0 if KO
* @return string|int Value if OK, 0 if KO
*/
public function getNextValue($objsoc = '', $object = '')
{
@@ -154,7 +154,7 @@ class mod_arctic extends ModeleNumRefFicheinter
*
* @param Societe $objsoc Object third party
* @param Fichinter $objforref Object for number to search
* @return string|int<0> Next free value, 0 if KO
* @return string|int Next free value, 0 if KO
* @deprecated see getNextValue
*/
public function getNumRef($objsoc, $objforref)