mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-11 12:18:08 +00:00
Cleaning up.
This commit is contained in:
@@ -118,6 +118,7 @@ class Report implements ReportInterface
|
||||
/** @var \Account $account */
|
||||
foreach ($list as $account) {
|
||||
$id = intval($account->id);
|
||||
/** @noinspection PhpParamsInspection */
|
||||
$accounts[$id] = [
|
||||
'name' => $account->name,
|
||||
'startBalance' => \Steam::balance($account, $start),
|
||||
|
||||
Reference in New Issue
Block a user