Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Performance] [PostRector] Only check phpdocinfo on Stmt and Param on NameImportingPostRector #4558

Merged
merged 3 commits into from
Jul 20, 2023

Conversation

samsonasik
Copy link
Member

@TomasVotruba @staabm this is to avoid unnecessary check phpdocinfo on Expr or Identifier.

Ref rectorphp/rector#8077

…PostRector

@TomasVotruba @staabm this is to avoid unnecessary check phpdocinfo on Expr or Identifier.

Ref rectorphp/rector#8077
@samsonasik samsonasik requested a review from TomasVotruba as a code owner July 20, 2023 20:59
@samsonasik samsonasik changed the title [PostRector] Only check phpdocinfo on Stmt and Param on NameImportingPostRector [Performance] [PostRector] Only check phpdocinfo on Stmt and Param on NameImportingPostRector Jul 20, 2023
@samsonasik
Copy link
Member Author

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

@samsonasik samsonasik merged commit f403ca0 into main Jul 20, 2023
@samsonasik samsonasik deleted the samsonasik-patch-1 branch July 20, 2023 21:05
@TomasVotruba
Copy link
Member

Thank you 🤗

@staabm
Copy link
Contributor

staabm commented Jul 21, 2023

thanks for working on it. I just tried the change locally and it did not yield any improvements.

will investigate further

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants