mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
fix phpstan (#26846)
This commit is contained in:
parent
93b925a0d2
commit
812ab70e0e
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user