Skip to content

[TypeDeclaration] Allow change multiple methods on AddParamTypeDeclarationRector#4727

Merged
samsonasik merged 1 commit intomainfrom
change-multiple
Aug 9, 2023
Merged

[TypeDeclaration] Allow change multiple methods on AddParamTypeDeclarationRector#4727
samsonasik merged 1 commit intomainfrom
change-multiple

Conversation

@samsonasik
Copy link
Copy Markdown
Member

Previosly, the if (! $this->hasChanged) { inside loop cause stop when passed method is not changed early, this change apply check if (! $this->hasChanged) { after the loop instead to allow by passed not changed method, then continue apply change on changed target methods.

@samsonasik
Copy link
Copy Markdown
Member Author

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

@samsonasik samsonasik merged commit b98df68 into main Aug 9, 2023
@samsonasik samsonasik deleted the change-multiple branch August 9, 2023 06:37
@staabm
Copy link
Copy Markdown
Contributor

staabm commented Aug 9, 2023

nice catch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants