Rector not finding anything to change (Converting Doctrine annotations to attributes) – PHP
As Doctrine seems to have completely removed annotations support in their latest updates, I am trying to convert the annotations in my entities to attributes using Rector. I followed the (seemingly) simple official tutorial - I have the exact same…