| 1 | <?php |
||
| 13 | class ContainsDecimalValidator extends ConstraintValidator |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * Add violations to the validator's context property. |
||
| 17 | * |
||
| 18 | * @param string $value |
||
| 19 | * @param Symfony\Component\Validator\Constraint $constraint |
||
| 20 | */ |
||
| 21 | public function validate($value, Constraint $constraint) |
||
| 27 | } |
||
| 28 |