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 c479818 commit 05259f9Copy full SHA for 05259f9
src/Mapping/NormalizeAsArray.php
@@ -5,7 +5,7 @@
5
namespace TypeLang\Mapper\Mapping;
6
7
#[\Attribute(\Attribute::TARGET_CLASS)]
8
-final class NormalizeAsArray
+class NormalizeAsArray
9
{
10
public function __construct(
11
/**
src/Mapping/OnTypeError.php
#[\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_CLASS)]
-final class OnTypeError
+class OnTypeError
src/Mapping/OnUndefinedError.php
#[\Attribute(\Attribute::TARGET_PROPERTY)]
-final class OnUndefinedError
+class OnUndefinedError
0 commit comments