-
-
Notifications
You must be signed in to change notification settings - Fork 173
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 $collection->group()
for case-sensitive
#5631
Conversation
Why is the parameter name |
What about |
Or may be |
@afbora But then it wouldn't be just a breaking change of the parameter name but all existing calls would do exactly the opposite of what they did before |
It gets even messier. On the parameter name, I'd go with |
Ok, revert... if we rename this parameter, this fix can't be in 3.9.7. I suggest we merge the fix without the renamed parameter and rename the parameter for v4: #5634 |
799aa5d
to
4b6d99a
Compare
This PR …
Fixes
$collection->group()
for case-sensitiveCollection->group() throws error with $i set to false #5628
Ready?
For review team
Add to website docs release checklist (if needed)