fix phpstan (#26846)

This commit is contained in:
Frédéric FRANCE 2023-11-26 15:52:18 +01:00 committed by GitHub
parent 93b925a0d2
commit 812ab70e0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -242,7 +242,7 @@ $server->register(
* @param string $ref_ext Ref_ext
* @return array Array result
*/
function getSupplierInvoice($authentication, $id = '', $ref = '', $ref_ext = '')
function getSupplierInvoice($authentication, $id = 0, $ref = '', $ref_ext = '')
{
global $db, $conf;