excelwebzone / EWZRecaptchaBundle

This bundle provides easy reCAPTCHA form field for Symfony.
MIT License
396 stars 160 forks source link

Fixes excelwebzone/EWZRecaptchaBundle#269 #270

Closed Martin1982 closed 3 years ago

Martin1982 commented 3 years ago

Fix an error where the V3 class could not be used for annotations.

OskarStark commented 3 years ago

Looks good to me 👍

excelwebzone commented 3 years ago

I think you are missing: use Doctrine\Common\Annotations\Annotation;

Martin1982 commented 3 years ago

I think you are missing: use Doctrine\Common\Annotations\Annotation;

This isn't used in https://github.com/excelwebzone/EWZRecaptchaBundle/blob/master/src/Validator/Constraints/IsTrue.php either and this class extends IsTrue