]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add return type 12684/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:28 +0000 (13:16 +0000)
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
apps/user_ldap/lib/Access.php

index 5501dd3d0ebc2621e901ce75f6a12c080aa7a8f4..48914e64288c3f305dee2113778e331e8745bb3e 100644 (file)
@@ -2022,7 +2022,7 @@ class Access extends LDAPUtility implements IUserTools {
         * @param string|string[]|null $attr
         * @return bool
         */
-       private function manyAttributes($attr) {
+       private function manyAttributes($attr): bool {
                if (\is_array($attr)) {
                        return \count($attr) > 1;
                }