Replies: 1 comment 4 replies
-
|
Not by design, it also does not make sense with attributes. See answer in duplicated issue #6565 (comment) |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As the title says when using the AnnotationToAttributeRector rule is it possible to preserve annotation aliases?
For example I have:
When running rector using the following configuration:
I get the following:
And I want instead
#[ORM\Column(name: 'name', type: 'string', length: 255)]Beta Was this translation helpful? Give feedback.
All reactions