| Total Complexity | 7 |
| Total Lines | 37 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | #[Attribute(Attribute::TARGET_PROPERTY)] |
||
| 12 | class CountAtLeast extends AbstractRule |
||
| 13 | { |
||
| 14 | const MESSAGE = 'Expected count is at least: %s'; |
||
| 15 | |||
| 16 | public function __construct( |
||
| 22 | } |
||
| 23 | |||
| 24 | public function isValid($input, array $context = []): bool |
||
| 43 | } |
||
| 44 | |||
| 45 | public function translatedMessage(): ?string |
||
| 50 |