- Issue created by @bbrala
https://github.com/palantirnet/drupal-rector/pull/272
Fixes: https://www.drupal.org/node/3401941 →
When renaming it does not remove the old use statement. This should not error, but is ugly.
Can only be avoided if we start applying codestyle to the files. Which seem overkill. Although something like this could work maybe? rector-src/vendor/symplify/easy-coding-standard/config/set/common/namespaces.php
Needs review
Code