]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix CS
authorJoas Schilling <coding@schilljs.com>
Mon, 17 Jan 2022 11:11:49 +0000 (12:11 +0100)
committerVitor Mattos <vitor@php.rio>
Fri, 21 Jan 2022 11:39:40 +0000 (08:39 -0300)
Signed-off-by: Joas Schilling <coding@schilljs.com>
lib/private/Comments/Manager.php

index eae84c14335dd9f83280937d34b998e90daf26d8..a8c4e2bf09e9b8c77ec3c44f132971b32dbc9288 100644 (file)
@@ -108,7 +108,7 @@ class Manager implements ICommentsManager {
                        // Ordering does not work on the database with group concat and Oracle,
                        // So we simply sort on the output.
                        if (is_array($list)) {
-                               uasort($list, static function($a, $b) {
+                               uasort($list, static function ($a, $b) {
                                        if ($a === $b) {
                                                return 0;
                                        }