Skip to content

Commit 9982e29

Browse files
come-ncmax-nextcloud
authored andcommitted
chore: composer run cs:fix
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent 8717646 commit 9982e29

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/user_ldap/lib/Access.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@ public function getConnection() {
122122
*
123123
* @param string $dn the record in question
124124
* @param array $attrs the attributes that shall be retrieved
125-
* if empty, just check the record's existence
125+
* if empty, just check the record's existence
126126
* @param string $filter
127127
* @return array|false an array of values on success or an empty
128-
* array if $attr is empty, false otherwise
128+
* array if $attr is empty, false otherwise
129129
* @throws ServerNotAvailableException
130130
*/
131131
public function readAttributes(string $dn, array $attrs, string $filter = 'objectClass=*'): array|false {

0 commit comments

Comments
 (0)