Closed u01jmg3 closed 4 years ago
Thanks for moving it here :+1:
Could you verify if there is a change in 0.7.53?
🎉 working now but complains that the set laravel
is missing. If you omit, Rector runs.
:+1:
There is no 'laravel` set, it was probably some magic config typo (that's why we shift from magic YAML to clear PHP :smile: ).
Better use specific sets from SetList
class. See rector-ci.php
:
That's a category name for documentation, not a set.
Not all rule belongs to specific set, e.g. RenameClassRector
. It's generic and can be used in many sets.
But it belongs to category/package of Renaming
Ah - I misinterpreted the docs. I see it is versioned which makes sense so laravel54
.
it was probably some magic config typo (that's why we shift from magic YAML to clear PHP)
Glad this is now a thing of the past!
Bug Report
Attempted to update Rector to
v0.7.52
to try out my shiny new Rector PHP config but I am getting:Tried to go back to
v0.7.48
which previously worked but now I get:Rector is now broken for me 😢