]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add type information to fix psalm error
authorCôme Chilliet <come.chilliet@nextcloud.com>
Tue, 22 Mar 2022 14:15:43 +0000 (15:15 +0100)
committerCôme Chilliet (Rebase PR Action) <come-nc@users.noreply.github.com>
Fri, 1 Apr 2022 12:18:02 +0000 (12:18 +0000)
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
apps/user_ldap/lib/GroupPluginManager.php

index a25665e4691bf02e93de457e9c7796f647175499..8403ad4e4be297ab5a02cd6209199c94e4f09156 100644 (file)
@@ -28,6 +28,7 @@ use OCP\GroupInterface;
 class GroupPluginManager {
        private int $respondToActions = 0;
 
+       /** @var array<int, ?ILDAPGroupPlugin> */
        private array $which = [
                GroupInterface::CREATE_GROUP => null,
                GroupInterface::DELETE_GROUP => null,