Skip to content

Commit 05259f9

Browse files
committed
Unfinal some attributes
1 parent c479818 commit 05259f9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Mapping/NormalizeAsArray.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace TypeLang\Mapper\Mapping;
66

77
#[\Attribute(\Attribute::TARGET_CLASS)]
8-
final class NormalizeAsArray
8+
class NormalizeAsArray
99
{
1010
public function __construct(
1111
/**

src/Mapping/OnTypeError.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace TypeLang\Mapper\Mapping;
66

77
#[\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_CLASS)]
8-
final class OnTypeError
8+
class OnTypeError
99
{
1010
public function __construct(
1111
/**

src/Mapping/OnUndefinedError.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace TypeLang\Mapper\Mapping;
66

77
#[\Attribute(\Attribute::TARGET_PROPERTY)]
8-
final class OnUndefinedError
8+
class OnUndefinedError
99
{
1010
public function __construct(
1111
/**

0 commit comments

Comments
 (0)