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 eb24183 commit 66cc01fCopy full SHA for 66cc01f
src/Coder.php
@@ -19,7 +19,7 @@ abstract class Coder implements CoderInterface, Stringable
19
/**
20
* @param string $data may contain binary data
21
*/
22
- final public function __construct(
+ public function __construct(
23
public readonly string $data = '',
24
) {
25
}
0 commit comments