Skip to content

Commit 9803242

Browse files
nickvergessenrullzer
authored andcommitted
Fix linter
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 86109f7 commit 9803242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/Comments/Comment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ public function getMentions() {
233233
return [];
234234
}
235235
$uids = array_unique($mentions[0]);
236-
usort($uids, static function($uid1, $uid2) {
236+
usort($uids, static function ($uid1, $uid2) {
237237
return mb_strlen($uid2) <=> mb_strlen($uid1);
238238
});
239239
$result = [];

0 commit comments

Comments
 (0)