We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add support for attributes generation like it has place for DocBlockGenerator It should support one attributes or a group of them
DocBlockGenerator
#[Attribute1(arg: true)] #[Attribute2] class SampleClass implements { }
The text was updated successfully, but these errors were encountered:
Probably requires a dedicated AttributeGenerator: consider sending a patch/proposal.
AttributeGenerator
Sorry, something went wrong.
Should I leave compatibility with 7.4?
Your pick: PHP 7.4 is almost dead, so you can drop it, if it helps development.
See also #143
#145
No branches or pull requests
Feature Request
Summary
Please add support for attributes generation like it has place for
DocBlockGenerator
It should support one attributes or a group of them
The text was updated successfully, but these errors were encountered: