mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-12 20:41:26 +01:00
Fix phpstan
This commit is contained in:
@@ -128,7 +128,7 @@ class mod_project_universal extends ModeleNumRefProjects
|
||||
*
|
||||
* @param Societe $objsoc Object third party
|
||||
* @param Project $project Object project
|
||||
* @return string|int<0> Value if OK, 0 if KO
|
||||
* @return string|int Value if OK, 0 if KO
|
||||
*/
|
||||
public function getNextValue($objsoc, $project)
|
||||
{
|
||||
|
||||
@@ -123,7 +123,7 @@ class mod_task_universal extends ModeleNumRefTask
|
||||
*
|
||||
* @param Societe|string $objsoc Object third party
|
||||
* @param Task|string $object Object task
|
||||
* @return string|int<0> Value if OK, 0 if KO
|
||||
* @return string|int Value if OK, 0 if KO
|
||||
*/
|
||||
public function getNextValue($objsoc = '', $object = '')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user