Feature Request
| Q |
A |
| New Feature |
yes |
| RFC |
no |
| BC Break |
no |
Summary
Please add support for attributes generation like it has place for DocBlockGenerator
It should support one attributes or a group of them
#[Attribute1(arg: true)]
#[Attribute2]
class SampleClass implements
{
}
Feature Request
Summary
Please add support for attributes generation like it has place for
DocBlockGeneratorIt should support one attributes or a group of them