I got this error trying to use the pdf Bank Letter formatter:
Fatal error: Declaration of AndrewSvirin\Ebics\Models\Pdf::outputFile(string $filePath): void must be compatible with Mpdf\Mpdf::OutputFile($fileName) in /vendor/andrew-svirin/ebics-client-php/src/Models/Pdf.php on line 22
As far as I can tell, it's the return type declaration that's missing from the MPDF method that's causing the issue but I'm not sure.
I got this error trying to use the pdf Bank Letter formatter:
As far as I can tell, it's the return type declaration that's missing from the MPDF method that's causing the issue but I'm not sure.