From 9516d00a3c9be98927067b23c7db65650f966486 Mon Sep 17 00:00:00 2001 From: Edward Ly Date: Mon, 14 Jul 2025 09:13:35 -0700 Subject: [PATCH] fix: add strict typing to ContextChat classes Signed-off-by: Edward Ly --- lib/private/ContextChat/ContentManager.php | 2 ++ lib/public/ContextChat/ContentItem.php | 2 ++ lib/public/ContextChat/Events/ContentProviderRegisterEvent.php | 2 ++ lib/public/ContextChat/IContentManager.php | 2 ++ lib/public/ContextChat/IContentProvider.php | 2 ++ lib/public/ContextChat/Type/UpdateAccessOp.php | 2 ++ 6 files changed, 12 insertions(+) diff --git a/lib/private/ContextChat/ContentManager.php b/lib/private/ContextChat/ContentManager.php index eae017b462d..3324ce6c700 100644 --- a/lib/private/ContextChat/ContentManager.php +++ b/lib/private/ContextChat/ContentManager.php @@ -1,5 +1,7 @@