DirectoryTree / LdapRecord

A fully-featured LDAP framework.
https://ldaprecord.com
MIT License
500 stars 44 forks source link

[Bug] Missing return type findManyBy() #676

Closed surda closed 8 months ago

surda commented 9 months ago

Environment:

Describe the bug: Currently LdapRecord\Query\Builder method findManyBy() returns \LdapRecord\Query\Collection.

But it can return \LdapRecord\Query\Collection|array.

stevebauman commented 8 months ago

Thanks @surda! Patching now 🙏