| 1 | <?php |
||
| 19 | class UniqueValidator implements ValidatorInterface { |
||
| 20 | |||
| 21 | protected function isValidUniqueMany($value, $data, $entity, $field) { |
||
| 24 | |||
| 25 | /** |
||
| 26 | * {@inheritdoc} |
||
| 27 | */ |
||
| 28 | public function isValid($value, array $parameters) { |
||
| 52 | |||
| 53 | /** |
||
| 54 | * {@inheritdoc} |
||
| 55 | */ |
||
| 56 | public function getInvalidDetails() { |
||
| 59 | |||
| 60 | } |
||
| 61 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.