Total Complexity | 6 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | class FileMimeList extends AFileRule |
||
18 | { |
||
19 | use TCheckArrayString; |
||
20 | |||
21 | 2 | public function validate(IValidateFile $entry): void |
|
33 | } |
||
34 | |||
35 | /** |
||
36 | * @param mixed|null $singleRule |
||
37 | * @throws RuleException |
||
38 | * @return string |
||
39 | */ |
||
40 | 4 | protected function checkRule($singleRule): string |
|
48 |