Skip to content

Commit 5d05d80

Browse files
committed
style: Remove final keyword
1 parent 7977264 commit 5d05d80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Attribute/JsProperty.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Attribute;
66

77
#[Attribute(Attribute::TARGET_METHOD)]
8-
final class JsProperty
8+
class JsProperty
99
{
1010
public function __construct(
1111
public readonly string $name,

0 commit comments

Comments
 (0)