Companion to GitLab issue #3149725.
When a class is renamed/unaliased to its original name, the existing use ... as ...; alias import is left behind unused. The rewrite should reconcile/remove the now-unused alias import. (Related to general name-import handling; PHPCS in the bot cleans some of this, but the leftover alias is worth addressing in the rector output itself.)
Companion to GitLab issue #3149725.
When a class is renamed/unaliased to its original name, the existing
use ... as ...;alias import is left behind unused. The rewrite should reconcile/remove the now-unused alias import. (Related to general name-import handling; PHPCS in the bot cleans some of this, but the leftover alias is worth addressing in the rector output itself.)