rectorphp / rector-phpunit

Rector upgrade rules for PHPUnit
https://getrector.com/find-rule?activeRectorSetGroup=phpunit
MIT License
64 stars 47 forks source link

[PHPUnit][CodeQuality] Skip no arg on AssertEmptyNullableObjectToAssertInstanceofRector #315

Closed samsonasik closed 7 months ago

samsonasik commented 7 months ago

Fixes https://github.com/rectorphp/rector/issues/8527 for whatever reason to not have arg on the first place, eg: different object caller.

samsonasik commented 7 months ago

All checks have passed 🎉 @TomasVotruba I am merging it;)