rectorphp / rector-phpunit

Rector upgrade rules for PHPUnit
http://getrector.com
MIT License
62 stars 47 forks source link

[PHPUnit] Apply MinPhpVersionInterface on AnnotationWithValueToAttributeRector #138

Closed samsonasik closed 1 year ago

samsonasik commented 1 year ago

Attributes only exists in php 8+, so MinPhpVersionInterface is needed for it.

samsonasik commented 1 year ago

All checks have passed 🎉 @TomasVotruba it is ready for review.