We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Laravel 5.5.5 PHP 7.0 Commit (c108006) breaks sortby second argument $options, since the $results is an array of arrays
Steps to Replicate;
$collection->sortBy('title', SORT_STRING|SORT_FLAG_CASE)
The text was updated successfully, but these errors were encountered:
Can confirm this.
Sorry, something went wrong.
reverted in #21255
No branches or pull requests
Laravel 5.5.5
PHP 7.0
Commit (c108006) breaks sortby second argument $options, since the $results is an array of arrays
Steps to Replicate;
The text was updated successfully, but these errors were encountered: