neos / rector

Neos Rector Recipes for code migrations
6 stars 4 forks source link

Add generic rule for adding comments to fusion prototype usage #52

Closed dlubitz closed 4 months ago

dlubitz commented 4 months ago
kdambekalns commented 3 months ago

Ok, so this PR broke neos/rector, at least for me:

$ bin/rector --dry-run

 [ERROR] Expected an instance of this class or to this class among its parents
         "Rector\Core\Contract\Rector\RectorInterface". Got:
         "Neos\Rector\Generic\ValueObject\FusionPrototypeNameAddComment" in
         /…/Packages/Libraries/neos/rector/src/../config/set/contentrepository-90.php
         (which is being imported from "/…/rector.php").

If I go back one commit, it works.

kitsunet commented 3 months ago

@kdambekalns with the hard pinned rector version of the package?