Weble / ZohoBooksApi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Broken compatibility with php ^7.2

jutiss opened this issue · comments

Hey!

One of the latest commits broke compatibility with php ^7.2 by adding a trailing comma after the parameter.

public function emailStatement(
        $id,
        $from = null,
        $to = null,
        $data = [],
        $filterBy = 'Status.All',
        $sendUnpaidInvoiceList = false,
 ) 

I hope that will help find other similar issues so they can be fixed soon.
Thanks for your work!

Thanks for the notice. Can you send a quick pr to fix this issue?

Thanks

Thanks for the quick response
Created a pull request