Passed
Push — master ( d37094...f4e4de )
by
unknown
05:26 queued 02:26
created
src/Rule/Nested.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.