| Total Complexity | 2 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class IsTrue extends Constraint |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * The reCAPTCHA validation message |
||
| 15 | */ |
||
| 16 | public $message = "sludio_helper.captcha.recaptcha.validator.message"; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * {@inheritdoc} |
||
| 20 | */ |
||
| 21 | public function getTargets() |
||
| 24 | } |
||
| 25 | |||
| 26 | /** |
||
| 27 | * {@inheritdoc} |
||
| 28 | */ |
||
| 29 | public function validatedBy() |
||
| 32 | } |
||
| 33 | } |