Skip to content

Commit 7ea4c49

Browse files
come-ncbackportbot[bot]
authored andcommitted
chore: composer run cs:fix
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent 8c54d6d commit 7ea4c49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/user_ldap/lib/Access.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@ public function getConnection() {
174174
*
175175
* @param string $dn the record in question
176176
* @param array $attrs the attributes that shall be retrieved
177-
* if empty, just check the record's existence
177+
* if empty, just check the record's existence
178178
* @param string $filter
179179
* @return array|false an array of values on success or an empty
180-
* array if $attr is empty, false otherwise
180+
* array if $attr is empty, false otherwise
181181
* @throws ServerNotAvailableException
182182
*/
183183
public function readAttributes(string $dn, array $attrs, string $filter = 'objectClass=*'): array|false {

0 commit comments

Comments
 (0)