Problem/Motivation
#3252386: Use PHP attributes instead of doctrine annotations moves from annotations to attributes
This will result in a lot of churn for projects.
We could try to provide a cli tool to automate the process.
Steps to reproduce
Proposed resolution
Attempt to write a console command that will make the conversion.
Comments
Comment #2
larowlanComment #3
mstrelan commentedPossible dupe of #3265946: Provide automatic conversion from annotations to native attributes depending on the approach we take.
Comment #4
larowlanThanks @mstrelan
Comment #5
berdirDepends on whether we want to wait/require rector for that, it would also be very helpful for core conversions. But I'm not sure how realistic/easy it is to build that without rector?