@@ -37,7 +37,7 @@ |
||
37 | 37 | /** |
38 | 38 | * Can be used for validation of nested structures. |
39 | 39 | */ |
40 | -#[Attribute(Attribute::TARGET_PROPERTY | Attribute::IS_REPEATABLE)] |
|
40 | +#[Attribute(Attribute::TARGET_PROPERTY|Attribute::IS_REPEATABLE)] |
|
41 | 41 | final class Nested implements |
42 | 42 | SerializableRuleInterface, |
43 | 43 | SkipOnErrorInterface, |