From c9f2f0077745da8d0570b387557076ce9c948dc4 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 17 Jan 2022 12:11:49 +0100 Subject: Fix CS Signed-off-by: Joas Schilling --- lib/private/Comments/Manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/private') diff --git a/lib/private/Comments/Manager.php b/lib/private/Comments/Manager.php index eae84c14335..a8c4e2bf09e 100644 --- a/lib/private/Comments/Manager.php +++ b/lib/private/Comments/Manager.php @@ -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; } -- cgit v1.2.3