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 invalid UndefinedClass using array|callable #3842

Merged

Conversation

EvgeniiR
Copy link
Contributor

@EvgeniiR EvgeniiR commented Jul 18, 2020

Fix #3653

Now, an array of strings will not be considered as a callable when passing it to a function that also accepts just an array of strings(callable|array<string>, callable|array, callable|list etc. )

@muglug muglug merged commit 2c51f47 into vimeo:master Jul 20, 2020
@muglug
Copy link
Collaborator

muglug commented Jul 20, 2020

Thanks!

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.

Invalid UndefinedClass thrown
2 participants