diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-08-27 13:03:25 +0200 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-08-27 13:03:25 +0200 |
commit | 36479df042be2a10b0484de0f08977c52cf2ff83 (patch) | |
tree | 3991ff47a9170c9f5b027f975bad8af526c895f9 /apps | |
parent | c3029c70d54e20f1f6d21cd2e3171c3888af586b (diff) | |
download | nextcloud-server-36479df042be2a10b0484de0f08977c52cf2ff83.tar.gz nextcloud-server-36479df042be2a10b0484de0f08977c52cf2ff83.zip |
chore: composer run cs:fix
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/user_ldap/lib/Access.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/user_ldap/lib/Access.php b/apps/user_ldap/lib/Access.php index 2a9bd06d29d..66d1e7d6c14 100644 --- a/apps/user_ldap/lib/Access.php +++ b/apps/user_ldap/lib/Access.php @@ -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 { |