| Total Complexity | 2 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | class ReCaptchaTrue extends Constraint |
||
| 12 | { |
||
| 13 | public $message = 'The captcha was not correct.'; |
||
| 14 | public $invalidHostMessage = 'The captcha was not resolved on the right domain.'; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * {@inheritdoc} |
||
| 18 | */ |
||
| 19 | public function getTargets() |
||
| 22 | } |
||
| 23 | |||
| 24 | /** |
||
| 25 | * {@inheritdoc} |
||
| 26 | */ |
||
| 27 | public function validatedBy() |
||
| 32 |