mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
chore: composer run cs:fix
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
c3029c70d5
commit
36479df042
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue