Is there a way to keep Rector from inlining class references? – PHP
I'm using the Rector ruleset UP_TO_PHP_74 to update a legacy application. It mostly does a good job, but the problem I'm seeing a lot of is that it's changing ... use My/Namespace/My/Classname; ... /** @var Guestlist */ private $myVariable; ...…