Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-04-07 10:03:12 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-07 10:03:12 +0300
commit44104b9ab6b642785a8ffa5428f927c8f07c5898 (patch)
treed0509cbbe12a21d79cb250038fa26877db64ca8d /lib/Controller/ChatController.php
parent1c09388fb2d46b9aba667df74bc9799d27edddf3 (diff)
Fix type handling
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Controller/ChatController.php')
-rw-r--r--lib/Controller/ChatController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/ChatController.php b/lib/Controller/ChatController.php
index 3ff75dd71..39149b036 100644
--- a/lib/Controller/ChatController.php
+++ b/lib/Controller/ChatController.php
@@ -82,7 +82,7 @@ class ChatController extends AEnvironmentAwareController {
private MessageParser $messageParser;
- private \OCP\Collaboration\AutoComplete\IManager $autoCompleteManager;
+ private IManager $autoCompleteManager;
private IUserStatusManager $statusManager;