Closed esteveli closed 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.
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...
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.