Small update for Pest users 👀
PestStan can now report redundant local `pest()->use()` calls.
Rector Pest can remove only the repeated setup while keeping file-specific traits untouched.
Useful when a trait is already applied globally in `tests/Pest.php`, but some test files still have extra local setup.
Rector Pest:
github.com/MrPunyapal/rector-pest
PestStan:
github.com/MrPunyapal/PestStan