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