You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// define sets of rules
$rectorConfig->sets([
LevelSetList::UP_TO_PHP_82,
The code is currently running on 7.4, so I know if works fine on that version. I would like to use rector and identify issues from 7.4 up to 8.2, but it seems to get hung up on several files on ver 53
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I am using the following in my rector.php file:
The code is currently running on 7.4, so I know if works fine on that version. I would like to use rector and identify issues from 7.4 up to 8.2, but it seems to get hung up on several files on ver 53
example:
How can I do this? I haven't been able to complete a single full scan yet
All reactions