| Total Complexity | 4 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php declare(strict_types=1); |
||
| 20 | class FkConstraintValidator |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * @param mixed $string |
||
| 24 | */ |
||
| 25 | 14 | public function validate($string): ConstraintViolationListInterface |
|
| 39 | ]), |
||
| 40 | ]); |
||
| 41 | } |
||
| 42 | |||
| 43 | /** |
||
| 44 | * @param mixed $string |
||
| 45 | */ |
||
| 46 | 14 | private function notEmpty($string): ConstraintViolationListInterface |
|
| 55 |