Passed
Push — master ( cdc30d...05c33a )
by Vincent
06:08 queued 03:03
created
src/Element/CallbackTransformer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
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(
Please login to merge, or discard this patch.
src/Element/TransformerError.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
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(
Please login to merge, or discard this patch.