Something went wrong while setting issue due date.
Fixing TypeHints is really slow
Looks like the issue is inside of phpcs, anyway perhaps we can provide a Pull Request or adjust our fixing.
The current test takes up to 30 seconds:
./vendor/bin/phpunit --filter TypeHintSniffTest
. By calling both assertions manually you will see only fixing takes so much time, while searching itself is fast.
Commenting out the actual fix will make the call much faster, https://git.higidi.com/Automated-TYPO3-Update/automated-typo3-update/blob/413d8e45f5ad998fec86736fc294de3171f1bfb6/src/Standards/Typo3Update/Feature/LegacyClassnameFeature.php#L185 .