chore: composer run cs:fix

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2024-08-27 13:03:25 +02:00
parent c3029c70d5
commit 36479df042
No known key found for this signature in database
GPG key ID: A3E2F658B28C760A

View file

@ -122,10 +122,10 @@ class Access extends LDAPUtility {
*
* @param string $dn the record in question
* @param array $attrs the attributes that shall be retrieved
* if empty, just check the record's existence
* if empty, just check the record's existence
* @param string $filter
* @return array|false an array of values on success or an empty
* array if $attr is empty, false otherwise
* array if $attr is empty, false otherwise
* @throws ServerNotAvailableException
*/
public function readAttributes(string $dn, array $attrs, string $filter = 'objectClass=*'): array|false {