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 b44cb6e commit 1cf9904Copy full SHA for 1cf9904
src/Writer/AbstractGdWriter.php
@@ -13,7 +13,7 @@
13
/**
14
* @deprecated since 6.0, use GdWriter instead. This class will be removed in 7.0.
15
*/
16
-abstract class AbstractGdWriter implements WriterInterface, ValidatingWriterInterface
+abstract readonly class AbstractGdWriter implements WriterInterface, ValidatingWriterInterface
17
{
18
private GdWriter $gdWriter;
19
0 commit comments