mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 06:31:22 +00:00
Various code cleanup
This commit is contained in:
@@ -39,8 +39,6 @@ class MonthReportGenerator implements ReportGeneratorInterface
|
||||
{
|
||||
private Collection $accounts;
|
||||
private Carbon $end;
|
||||
private array $expenses;
|
||||
private array $income;
|
||||
private Carbon $start;
|
||||
private Collection $tags;
|
||||
|
||||
@@ -49,8 +47,6 @@ class MonthReportGenerator implements ReportGeneratorInterface
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
$this->expenses = [];
|
||||
$this->income = [];
|
||||
$this->tags = new Collection();
|
||||
$this->accounts = new Collection();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user