]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add return type 12683/head
authorDaniel Kesselberg <mail@danielkesselberg.de>
Sun, 25 Nov 2018 11:30:54 +0000 (12:30 +0100)
committerBackportbot <backportbot-noreply@rullzer.com>
Tue, 27 Nov 2018 13:16:26 +0000 (13:16 +0000)
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
apps/user_ldap/lib/Access.php

index c5075a033b6783e6d92ec62bad23240bf3bd97d5..82947bd68687f7917f32f3f5b91703dd2dfd54a9 100644 (file)
@@ -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;
                }