Skip to content

Commit 66cc01f

Browse files
committed
fix: removed final
1 parent eb24183 commit 66cc01f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Coder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ abstract class Coder implements CoderInterface, Stringable
1919
/**
2020
* @param string $data may contain binary data
2121
*/
22-
final public function __construct(
22+
public function __construct(
2323
public readonly string $data = '',
2424
) {
2525
}

0 commit comments

Comments
 (0)