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-02-09 13:53:50 +0300
committerJoas Schilling <coding@schilljs.com>2022-02-09 13:53:50 +0300
commit96074f7c957c3e66320890424a342f8a5cd6be8e (patch)
tree156efef7123445595c436de5af0f6966b7d660c9 /lib/Chat/ChatManager.php
parent728fec15bcebd7304b4c1dd4e2f51665ca99b55b (diff)
Update coding standard
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Chat/ChatManager.php')
-rw-r--r--lib/Chat/ChatManager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Chat/ChatManager.php b/lib/Chat/ChatManager.php
index 60ccf59ab..798aea5b5 100644
--- a/lib/Chat/ChatManager.php
+++ b/lib/Chat/ChatManager.php
@@ -562,7 +562,7 @@ class ChatManager {
* @param int $limit
* @return IComment[]
*/
- public function searchForObjects(string $search, array $objectIds, string $verb = '', int $offset = 0, int $limit = 50): array {
+ public function searchForObjects(string $search, array $objectIds, string $verb = '', int $offset = 0, int $limit = 50): array {
return $this->commentsManager->searchForObjects($search, 'chat', $objectIds, $verb, $offset, $limit);
}