Skip to content

Conversation

@samsonasik
Copy link
Member

No description provided.

$propertyHookNameVisitor = new PropertyHookNameVisitor();

$simpleParser = new SimpleParser($parser, $nameResolver, $variadicMethodsVisitor, $variadicFunctionsVisitor);
$simpleParser = new SimpleParser($parser, $nameResolver, $variadicMethodsVisitor, $variadicFunctionsVisitor, $propertyHookNameVisitor);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TomasVotruba we need immediate release due to new required fifth parameter on PHPStan SimpleParser that pass PropertyHookNameVisitor

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just released Rector 2.0.5 due to this required parameter in PHPStan 2.1.0

https://github.com/rectorphp/rector/releases/tag/2.0.5

@samsonasik
Copy link
Member Author

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

@samsonasik samsonasik merged commit c20860d into main Dec 31, 2024
41 checks passed
@samsonasik samsonasik deleted the bump-to-phpstan210 branch December 31, 2024 09:58
@github-actions
Copy link
Contributor

github-actions bot commented Jan 4, 2026

This pull request has been automatically locked because it has been closed for 150 days. Please open a new PR if you want to continue the work.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 4, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants