🤖 Auto commit for release 'develop' on 2025-11-09

This commit is contained in:
JC5
2025-11-09 09:11:55 +01:00
parent 68183a0a0e
commit a498169148
78 changed files with 183 additions and 179 deletions

View File

@@ -42,7 +42,7 @@ class MonthReportGenerator implements ReportGeneratorInterface
private Collection $categories;
private Carbon $end;
private array $expenses = [];
private array $income = [];
private array $income = [];
private Carbon $start;
/**

View File

@@ -39,10 +39,10 @@ class MonthReportGenerator implements ReportGeneratorInterface
private ?Collection $accounts = null;
/** @var Carbon The end date. */
private ?Carbon $end = null;
private ?Carbon $end = null;
/** @var Carbon The start date. */
private ?Carbon $start = null;
private ?Carbon $start = null;
/**
* Generates the report.

View File

@@ -39,10 +39,10 @@ class MultiYearReportGenerator implements ReportGeneratorInterface
private ?Collection $accounts = null;
/** @var Carbon The end date. */
private ?Carbon $end = null;
private ?Carbon $end = null;
/** @var Carbon The start date. */
private ?Carbon $start = null;
private ?Carbon $start = null;
/**
* Generates the report.

View File

@@ -39,10 +39,10 @@ class YearReportGenerator implements ReportGeneratorInterface
private ?Collection $accounts = null;
/** @var Carbon The end date. */
private ?Carbon $end = null;
private ?Carbon $end = null;
/** @var Carbon The start date. */
private ?Carbon $start = null;
private ?Carbon $start = null;
/**
* Generates the report.