mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-18 04:19:12 +00:00
🤖 Auto commit for release 'develop' on 2025-11-09
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user