Skip to content

Commit f0fe689

Browse files
committed
Remove readonly from abstract GD writer
1 parent 5a74873 commit f0fe689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Writer/AbstractGdWriter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
use Endroid\QrCode\Writer\Result\ResultInterface;
1919
use Zxing\QrReader;
2020

21-
abstract readonly class AbstractGdWriter implements WriterInterface, ValidatingWriterInterface
21+
abstract class AbstractGdWriter implements WriterInterface, ValidatingWriterInterface
2222
{
2323
protected function getMatrix(QrCodeInterface $qrCode): MatrixInterface
2424
{

0 commit comments

Comments
 (0)