From 8bcc2d352e3ed6a5f08b75991ab8f6fd53734f9f Mon Sep 17 00:00:00 2001 From: Côme Chilliet Date: Mon, 29 Jan 2024 17:11:54 +0100 Subject: chore: Fix missing template parameter for IEventListener MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- lib/private/Group/DisplayNameCache.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/private/Group') diff --git a/lib/private/Group/DisplayNameCache.php b/lib/private/Group/DisplayNameCache.php index 4eb8211be6e..28f9d817b0d 100644 --- a/lib/private/Group/DisplayNameCache.php +++ b/lib/private/Group/DisplayNameCache.php @@ -38,6 +38,7 @@ use OCP\IGroupManager; * Class that cache the relation Group ID -> Display name * * This saves fetching the group from the backend for "just" the display name + * @template-implements IEventListener */ class DisplayNameCache implements IEventListener { private CappedMemoryCache $cache; -- cgit v1.2.3