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

Fix first-class callable in loop #7715

Merged
merged 1 commit into from Feb 22, 2022
Merged

Fix first-class callable in loop #7715

merged 1 commit into from Feb 22, 2022

Conversation

trowski
Copy link
Contributor

@trowski trowski commented Feb 22, 2022

Found another case of a first-class callable failing due to hitting the assertion in PHP-Parser CallLike::getArgs(), this time when used within a loop when not directly assigned to a variable (e.g., used as a parameter to another function).

@orklah orklah added the release:fix The PR will be included in 'Fixes' section of the release notes label Feb 22, 2022
@orklah orklah merged commit d2493e2 into vimeo:4.x Feb 22, 2022
@orklah
Copy link
Collaborator

orklah commented Feb 22, 2022

Thanks!

@trowski trowski deleted the fix-ffc-in-loop branch February 22, 2022 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:fix The PR will be included in 'Fixes' section of the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants