Sukhwinder Dhillon 31e3455c79 LdapConnection: Fix ldap return type issues
ldap_connect() in php >= 8.1 returns `LDAP\Connection` instead of `resource` and all ldap_*() methods expects the returned type. But function defined return type and $ds type confuses phpstan, so i removed the hardcoded type hint.
2024-02-09 14:05:22 +01:00
..
2023-11-15 12:22:46 +01:00
2023-08-28 16:56:51 +02:00
2023-08-23 10:53:13 +02:00
2022-05-27 14:02:11 +02:00
2023-08-28 12:42:32 +02:00