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 Doctrine's Criteria::setFirstResult() method usage deprecation #53

Merged
merged 1 commit into from
Feb 1, 2024
Merged

Fix Doctrine's Criteria::setFirstResult() method usage deprecation #53

merged 1 commit into from
Feb 1, 2024

Conversation

7-zete-7
Copy link
Contributor

Fixes deprecation:

Passing null to Doctrine\Common\Collections\Criteria::setFirstResult() is deprecated, pass 0 instead.

Deprecation info: doctrine/collections#311

Fixes deprecation:
```
Passing null to Doctrine\Common\Collections\Criteria::setFirstResult() is deprecated, pass 0 instead.
```

Deprecation info: doctrine/collections#311
@mbabker mbabker merged commit 61d21ef into BabDev:4.x Feb 1, 2024
52 checks passed
@mbabker mbabker added the enhancement New feature or request label Feb 1, 2024
@mbabker
Copy link
Member

mbabker commented Feb 1, 2024

Thanks! Released in 4.3.1.

@7-zete-7 7-zete-7 deleted the patch-1 branch February 1, 2024 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants