Skip to content

Commit 1cf9904

Browse files
committed
Readonly back to avoid BC issues
1 parent b44cb6e commit 1cf9904

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
@@ -13,7 +13,7 @@
1313
/**
1414
* @deprecated since 6.0, use GdWriter instead. This class will be removed in 7.0.
1515
*/
16-
abstract class AbstractGdWriter implements WriterInterface, ValidatingWriterInterface
16+
abstract readonly class AbstractGdWriter implements WriterInterface, ValidatingWriterInterface
1717
{
1818
private GdWriter $gdWriter;
1919

0 commit comments

Comments
 (0)