fix phpstan (#26781)

This commit is contained in:
Frédéric FRANCE 2023-11-21 23:39:52 +01:00 committed by GitHub
parent 91a2ae578e
commit 8a19e2f251
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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