rectorphp / rector-phpunit

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

[NodeAnalyzer] Fix crash on set returnType on setUp() method on ConstructClassMethodToSetUpTestCaseRector #250

Closed samsonasik closed 10 months ago

samsonasik commented 10 months ago

@Knallcharge this should fix https://github.com/rectorphp/rector/issues/8188

The Identifier must be rebuild for bring Node assign from AstResolver.

samsonasik commented 10 months ago

All checks have passed 🎉 @TomasVotruba I am merging it to have faster feedback to test ;)

TomasVotruba commented 10 months ago

Looks good :+1: