@@ -74,7 +74,7 @@ |
||
74 | 74 | * @see Transformer For use a transformer class as transformer |
75 | 75 | * @see CallbackModelTransformer For use transformer in same way, but for model transformer intead of http one |
76 | 76 | */ |
77 | -#[Attribute(Attribute::TARGET_PROPERTY | Attribute::IS_REPEATABLE)] |
|
77 | +#[Attribute(Attribute::TARGET_PROPERTY|Attribute::IS_REPEATABLE)] |
|
78 | 78 | final class CallbackTransformer implements ChildBuilderAttributeInterface |
79 | 79 | { |
80 | 80 | public function __construct( |
@@ -38,7 +38,7 @@ |
||
38 | 38 | * |
39 | 39 | * @implements ChildBuilderAttributeInterface<AbstractElementBuilder> |
40 | 40 | */ |
41 | -#[Attribute(Attribute::TARGET_PROPERTY | Attribute::IS_REPEATABLE)] |
|
41 | +#[Attribute(Attribute::TARGET_PROPERTY|Attribute::IS_REPEATABLE)] |
|
42 | 42 | class TransformerError implements ChildBuilderAttributeInterface |
43 | 43 | { |
44 | 44 | public function __construct( |