mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-13 13:18:30 +00:00
🤖 Auto commit for release 'develop' on 2025-05-04
This commit is contained in:
@@ -82,7 +82,7 @@ class FrontpageController extends Controller
|
||||
// sort by current percentage (lowest at the top)
|
||||
uasort(
|
||||
$info,
|
||||
static fn(array $a, array $b) => $a['percentage'] <=> $b['percentage']
|
||||
static fn (array $a, array $b) => $a['percentage'] <=> $b['percentage']
|
||||
);
|
||||
|
||||
$html = '';
|
||||
|
||||
Reference in New Issue
Block a user