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

[5.4] Remove the callable type hint for array_sort. #19483

Merged
merged 2 commits into from
Jun 5, 2017

Conversation

mathieutu
Copy link
Contributor

As Arr::sort() can accept a string, we should not force to use a callable here, and have to accept a string (with dot notation) too!

As `Arr::sort()` can accept a string, we should not force a callable here, and have to accept a string (with dot notation) too!
@mathieutu mathieutu changed the title Remove the callable type hint for array_sort. [5.4] Remove the callable type hint for array_sort. Jun 5, 2017
@taylorotwell taylorotwell merged commit cb48cf5 into laravel:5.4 Jun 5, 2017
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.

2 participants