-
-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Labels
Description
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
{
}
Reactions are currently unavailable