Meteo-Concept / hcaptcha-bundle

A Symfony 4+ bundle to bring hCaptcha into your forms
Other
22 stars 10 forks source link

Adding support for PHP 8.0 Attributes #11

Closed esteveli closed 2 years ago

esteveli commented 2 years ago

Using the validator, we have found that it allows use as a Doctrine Annotation but not as a PHP 8 Attribute.

This change is backwards compatible with older versions of PHP as they interpret it as a comment.

lgeorget commented 2 years ago

Thank you for your help and your carefully crafted commits. I don't know why I sprinkled @brief all over the place, I think it's out of habit of using Doxygen...