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
ext/ldap: Sync ldap_exop() signature to match stubs (#5623)
The return type is documented as mixed but ldap_exop() returns
LDAP\Result|bool, and the request_data and controls parameters are
nullable (?string and ?array).
0 commit comments