@@ -20,7 +20,7 @@ |
||
20 | 20 | /** |
21 | 21 | * @psalm-import-type WhenType from WhenInterface |
22 | 22 | */ |
23 | -#[Attribute(Attribute::TARGET_PROPERTY | Attribute::IS_REPEATABLE)] |
|
23 | +#[Attribute(Attribute::TARGET_PROPERTY|Attribute::IS_REPEATABLE)] |
|
24 | 24 | final class Callback implements |
25 | 25 | RuleWithOptionsInterface, |
26 | 26 | SkipOnErrorInterface, |
@@ -21,7 +21,7 @@ |
||
21 | 21 | * |
22 | 22 | * @psalm-import-type WhenType from WhenInterface |
23 | 23 | */ |
24 | -#[Attribute(Attribute::TARGET_PROPERTY | Attribute::IS_REPEATABLE)] |
|
24 | +#[Attribute(Attribute::TARGET_PROPERTY|Attribute::IS_REPEATABLE)] |
|
25 | 25 | final class LessThan extends Compare |
26 | 26 | { |
27 | 27 | public function __construct( |
@@ -23,7 +23,7 @@ |
||
23 | 23 | * |
24 | 24 | * @psalm-import-type WhenType from WhenInterface |
25 | 25 | */ |
26 | -#[Attribute(Attribute::TARGET_PROPERTY | Attribute::IS_REPEATABLE)] |
|
26 | +#[Attribute(Attribute::TARGET_PROPERTY|Attribute::IS_REPEATABLE)] |
|
27 | 27 | final class Email implements RuleWithOptionsInterface, SkipOnErrorInterface, WhenInterface, SkipOnEmptyInterface |
28 | 28 | { |
29 | 29 | use SkipOnEmptyTrait; |
@@ -23,7 +23,7 @@ |
||
23 | 23 | * |
24 | 24 | * @psalm-import-type WhenType from WhenInterface |
25 | 25 | */ |
26 | -#[Attribute(Attribute::TARGET_PROPERTY | Attribute::IS_REPEATABLE)] |
|
26 | +#[Attribute(Attribute::TARGET_PROPERTY|Attribute::IS_REPEATABLE)] |
|
27 | 27 | final class HasLength implements |
28 | 28 | RuleWithOptionsInterface, |
29 | 29 | SkipOnErrorInterface, |
@@ -22,7 +22,7 @@ |
||
22 | 22 | * |
23 | 23 | * @psalm-import-type WhenType from WhenInterface |
24 | 24 | */ |
25 | -#[Attribute(Attribute::TARGET_PROPERTY | Attribute::IS_REPEATABLE)] |
|
25 | +#[Attribute(Attribute::TARGET_PROPERTY|Attribute::IS_REPEATABLE)] |
|
26 | 26 | class Composite implements RuleWithOptionsInterface, SkipOnErrorInterface, WhenInterface, SkipOnEmptyInterface |
27 | 27 | { |
28 | 28 | use SkipOnEmptyTrait; |
@@ -21,7 +21,7 @@ |
||
21 | 21 | * |
22 | 22 | * @psalm-import-type WhenType from WhenInterface |
23 | 23 | */ |
24 | -#[Attribute(Attribute::TARGET_PROPERTY | Attribute::IS_REPEATABLE)] |
|
24 | +#[Attribute(Attribute::TARGET_PROPERTY|Attribute::IS_REPEATABLE)] |
|
25 | 25 | final class GreaterThanOrEqual extends Compare |
26 | 26 | { |
27 | 27 | public function __construct( |
@@ -23,7 +23,7 @@ |
||
23 | 23 | * |
24 | 24 | * @psalm-import-type WhenType from WhenInterface |
25 | 25 | */ |
26 | -#[Attribute(Attribute::TARGET_PROPERTY | Attribute::IS_REPEATABLE)] |
|
26 | +#[Attribute(Attribute::TARGET_PROPERTY|Attribute::IS_REPEATABLE)] |
|
27 | 27 | final class Number implements RuleWithOptionsInterface, SkipOnErrorInterface, WhenInterface, SkipOnEmptyInterface |
28 | 28 | { |
29 | 29 | use SkipOnEmptyTrait; |
@@ -21,7 +21,7 @@ |
||
21 | 21 | * |
22 | 22 | * @psalm-import-type WhenType from WhenInterface |
23 | 23 | */ |
24 | -#[Attribute(Attribute::TARGET_PROPERTY | Attribute::IS_REPEATABLE)] |
|
24 | +#[Attribute(Attribute::TARGET_PROPERTY|Attribute::IS_REPEATABLE)] |
|
25 | 25 | final class LessThanOrEqual extends Compare |
26 | 26 | { |
27 | 27 | public function __construct( |
@@ -22,7 +22,7 @@ |
||
22 | 22 | * |
23 | 23 | * @psalm-import-type WhenType from WhenInterface |
24 | 24 | */ |
25 | -#[Attribute(Attribute::TARGET_PROPERTY | Attribute::IS_REPEATABLE)] |
|
25 | +#[Attribute(Attribute::TARGET_PROPERTY|Attribute::IS_REPEATABLE)] |
|
26 | 26 | final class Regex implements RuleWithOptionsInterface, SkipOnErrorInterface, WhenInterface, SkipOnEmptyInterface |
27 | 27 | { |
28 | 28 | use SkipOnEmptyTrait; |