We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a74873 commit f0fe689Copy full SHA for f0fe689
src/Writer/AbstractGdWriter.php
@@ -18,7 +18,7 @@
18
use Endroid\QrCode\Writer\Result\ResultInterface;
19
use Zxing\QrReader;
20
21
-abstract readonly class AbstractGdWriter implements WriterInterface, ValidatingWriterInterface
+abstract class AbstractGdWriter implements WriterInterface, ValidatingWriterInterface
22
{
23
protected function getMatrix(QrCodeInterface $qrCode): MatrixInterface
24
0 commit comments