@@ -42,6 +42,9 @@ |
||
42 | 42 | return $index % 2 === 1; |
43 | 43 | } |
44 | 44 | |
45 | + /** |
|
46 | + * @param Constraint $constraint |
|
47 | + */ |
|
45 | 48 | private function buildViolation($value, $constraint) |
46 | 49 | { |
47 | 50 | $this->context->buildViolation($constraint->message) |