- Issue created by @bbu23
In version 4.0.0-alpha2, plugin annotations were converted to PHP attributes. However, the original annotation syntax was kept for backwards compatibility, even though the module was in an alpha stage and could have opted to remove them at that point.
Now that the module has progressed beyond alpha, and all documentation and API examples have been updated to use PHP attributes since 4.0.0-alpha2, the continued presence of annotations adds unnecessary code and potential confusion.
Remove the deprecated plugin annotations from the codebase. The module's functionality will rely solely on PHP attributes for plugin discovery.
Benefits:
Let's clean up the codebase and fully embrace PHP attributes!
Active
4.0
Code