listen ansichten verbessert
This commit is contained in:
@@ -409,7 +409,9 @@ function appFaviconUrl(string $file): string
|
||||
*/
|
||||
function sortByDescription(array &$items): void
|
||||
{
|
||||
usort($items, static fn($a, $b) =>
|
||||
usort(
|
||||
$items,
|
||||
static fn ($a, $b) =>
|
||||
strcasecmp((string) ($a['description'] ?? ''), (string) ($b['description'] ?? ''))
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user