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.
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.