| Total Complexity | 7 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php declare(strict_types=1); |
||
| 7 | class PhotoAttachmentsValidator extends AbstractValidator implements ValidatorInterface |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Check if photo has |
||
| 11 | * certain ratio |
||
| 12 | * @return self|void |
||
| 13 | * @throws \Exception |
||
| 14 | */ |
||
| 15 | public function checkHasRatio(string $ratio, bool $throwException = false) |
||
| 29 | } |
||
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @inheritDoc |
||
| 34 | **/ |
||
| 35 | public function validate(): bool |
||
| 40 |