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-10-10 12:55:47 +0300
committerJoas Schilling <coding@schilljs.com>2022-10-10 12:55:47 +0300
commit7b77f23ef26dfa274479caeebd7f23cc8bb2c1d2 (patch)
treec942b17bc17ef5cad4d6ece09bb21f6ed137f3ae
parente0118b7406ffef95ddbd0ff557f8772e42d1a368 (diff)
Fix class casing
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--lib/Model/Message.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Model/Message.php b/lib/Model/Message.php
index 3d5e16fbc..ddc42bea8 100644
--- a/lib/Model/Message.php
+++ b/lib/Model/Message.php
@@ -175,7 +175,7 @@ class Message {
if ($format === 'json' && empty($reactions)) {
// Cheating here to make sure the reactions array is always a
// JSON object on the API, even when there is no reaction at all.
- $reactions = new \StdClass();
+ $reactions = new \stdClass();
}
$data = [