mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
Various code cleanup.
This commit is contained in:
@@ -59,7 +59,6 @@ class WholePeriodChartGenerator
|
||||
$spent = [];
|
||||
$earned = [];
|
||||
|
||||
/** @var Carbon $current */
|
||||
$current = clone $start;
|
||||
|
||||
while ($current <= $end) {
|
||||
@@ -92,7 +91,6 @@ class WholePeriodChartGenerator
|
||||
];
|
||||
}
|
||||
|
||||
/** @var Carbon $current */
|
||||
$current = clone $start;
|
||||
|
||||
while ($current <= $end) {
|
||||
|
||||
Reference in New Issue
Block a user