Total Complexity | 9 |
Total Lines | 33 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | class ImageSizeMin extends AFileRule |
||
18 | { |
||
19 | use TCheckRange; |
||
20 | |||
21 | 6 | public function validate(IValidateFile $entry): void |
|
37 | } |
||
38 | |||
39 | /** |
||
40 | * @param mixed|null $againstValue |
||
41 | * @throws RuleException |
||
42 | * @return array<mixed>|mixed|null |
||
43 | */ |
||
44 | 7 | protected function checkValue($againstValue) |
|
52 |