You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…-daubois)
This PR was merged into the 7.2 branch.
Discussion
----------
[Ldap] Deprecate the `sizeLimit` query option
| Q | A
| ------------- | ---
| Branch? | 7.2
| Bug fix? | no
| New feature? | no
| Deprecations? | yes
| Issues | Fix#58514
| License | MIT
The `sizeLimit` option is never used, it is actually calculated with the `maxItems` option in `Query`. I propose to deprecate the option that is currently no-op anyway.
Commits
-------
ce66e4e [Ldap] Deprecate the `sizeLimit` query option
Symfony version(s) affected
7.1.x
Description
Looking at the AbstractQuery option
'sizeLimit'
, it seems that this option is never used.This is the only place where
'sizeLimit'
is referenced in the wholeldap
componentHow to reproduce
☝️
Possible Solution
Remove unused option not to confuse the folks
Additional Context
The text was updated successfully, but these errors were encountered: