mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix CS
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
ecb98f772e
commit
c9f2f00777
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue