mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-04 17:41:21 +00:00
Fix code quality with rector [skip ci]
This commit is contained in:
@@ -122,7 +122,7 @@ class BillController extends Controller
|
||||
// sort the other way around:
|
||||
usort(
|
||||
$journals,
|
||||
static function (array $left, array $right) {
|
||||
static function (array $left, array $right): int {
|
||||
if ($left['date']->gt($right['date'])) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user