fix phpstan (#31146)

* fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
This commit is contained in:
Frédéric FRANCE
2024-09-26 22:21:57 +02:00
committed by GitHub
parent 9df2457236
commit 2583190e4a
3 changed files with 4 additions and 5 deletions

View File

@@ -152,7 +152,7 @@ class mod_expensereport_sand extends ModeleNumRefExpenseReport
$fuser->fetch($object->fk_user_author);
}
$numFinal = get_next_value($db, $mask, 'expensereport', 'ref', '', null, (string) $date, 'next', true, $fuser);
$numFinal = get_next_value($db, $mask, 'expensereport', 'ref', '', null, $date, 'next', true, $fuser);
return $numFinal;
}