mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-15 14:01:22 +01:00
Fix phpstan
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user