@@ -19,7 +19,7 @@ |
||
| 19 | 19 | * |
| 20 | 20 | * @psalm-import-type WhenType from WhenInterface |
| 21 | 21 | */ |
| 22 | -#[Attribute(Attribute::TARGET_PROPERTY | Attribute::IS_REPEATABLE)] |
|
| 22 | +#[Attribute(Attribute::TARGET_PROPERTY|Attribute::IS_REPEATABLE)] |
|
| 23 | 23 | final class AtLeast implements SerializableRuleInterface, SkipOnErrorInterface, WhenInterface, SkipOnEmptyInterface |
| 24 | 24 | { |
| 25 | 25 | use SkipOnEmptyTrait; |