mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Add return type
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
943f2576c5
commit
d0f341b355
1 changed files with 1 additions and 1 deletions
|
|
@ -2017,7 +2017,7 @@ class Access extends LDAPUtility {
|
|||
* @param string|string[]|null $attr
|
||||
* @return bool
|
||||
*/
|
||||
private function manyAttributes($attr) {
|
||||
private function manyAttributes($attr): bool {
|
||||
if (\is_array($attr)) {
|
||||
return \count($attr) > 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue