Skip to content

Commit a36e8db

Browse files
committed
codestyle fix
1 parent 42cb4ed commit a36e8db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

files/lib/system/cache/builder/DiscordCurrentGuildsCacheBuilder.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function rebuild(array $parameters)
3737
return [];
3838
}
3939
$guilds = $currentUserGuilds['body'];
40-
\usort($guilds, static fn ($a, $b) => \strtoupper($a['name']) <=> \strtoupper($b['name']));
40+
\usort($guilds, static fn($a, $b) => \strtoupper($a['name']) <=> \strtoupper($b['name']));
4141

4242
$newGuilds = [];
4343
foreach ($guilds as $guild) {

0 commit comments

Comments
 (0)