Add return type
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
d17b32afd7
commit
6ce849f7b8
|
@ -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 New Issue