From a2c030ffea0d64a4bd23331a1b78efa2a9bd112f Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=B4me=20Chilliet?= Date: Tue, 22 Mar 2022 15:15:43 +0100 Subject: [PATCH] Add type information to fix psalm error MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- apps/user_ldap/lib/GroupPluginManager.php | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/user_ldap/lib/GroupPluginManager.php b/apps/user_ldap/lib/GroupPluginManager.php index a25665e4691..8403ad4e4be 100644 --- a/apps/user_ldap/lib/GroupPluginManager.php +++ b/apps/user_ldap/lib/GroupPluginManager.php @@ -28,6 +28,7 @@ use OCP\GroupInterface; class GroupPluginManager { private int $respondToActions = 0; + /** @var array */ private array $which = [ GroupInterface::CREATE_GROUP => null, GroupInterface::DELETE_GROUP => null, -- 2.39.5