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

[11.x] Fix docblocks for where(All|Any|None) query methods #52388

Conversation

einar-hansen
Copy link
Contributor

This pull request fixes the docblocks for the whereAll(), whereAny(), and whereNone() query methods.

The column argument now includes \Illuminate\Contracts\Database\Query\Expression[] to indicate that users can pass values from the DB::raw() method.

The $operator parameter type has been changed from string to mixed to match with the signature in the where() method.

@taylorotwell taylorotwell merged commit 7e69645 into laravel:11.x Aug 5, 2024
31 checks passed
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