endroid / qr-code

QR Code Generator
https://endroid.nl
MIT License
4.45k stars 726 forks source link

Endroid\QrCode\Writer\FpdfWriter needs to implement write method #319

Closed phpfui closed 3 years ago

phpfui commented 3 years ago

Fatal error: Class Endroid\QrCode\Writer\FpdfWriter contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Endroid\QrCode\Writer\WriterInterface::write) in C:\websites\BicycleClubWebsite\Endroid\QrCode\Writer\FpdfWriter.php on line 133

Found this with my syntax tester phpfui/phpunit-syntax-coverage. Unlike traditional syntax checks, this package checks that the code is actually loadable by PHP. This is a classic example.

Happy to add a PR for adding the syntax unit tests, but not sure the best way to implement the write method.

phpfui commented 3 years ago

Looks like I had an old copy of the source. Sorry. Closing.