- ๐ญ๐บHungary Gรกbor Hojtsy Hungary
Moving to project analysis where the code lives now.
A setting in rector.yml auto_import_names: true
is used so that when Rector add classes it uses use
statements. This setting also changes any use of Fully Qualified Class Name instead of use
statement in existing code.
While that is good change it is not deprecation so it produces bigger patches and also patches where this is the only change without remove deprecations.
Add to \InfoUpdater\GitHelper::restoreNonRectorChanges()
the ability to restore files with only this change. Ideally we remove all these changes even if they happened within files that had deprecation changes but that would require restore individual lines and not files.
Restore the files would mean we would not produce patches with *no* deprecation changes.
Do it
Fixed
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Moving to project analysis where the code lives now.