mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 12:12:18 +00:00
Various code cleanup.
This commit is contained in:
@@ -193,7 +193,7 @@ trait CalculateRangeOccurrences
|
||||
if (0 === $attempts % $skipMod) {
|
||||
$return[] = clone $obj;
|
||||
}
|
||||
$obj->addYears(1);
|
||||
$obj->addYears();
|
||||
$count++;
|
||||
$attempts++;
|
||||
}
|
||||
|
@@ -200,7 +200,7 @@ trait CalculateXOccurrences
|
||||
$return[] = clone $obj;
|
||||
$total++;
|
||||
}
|
||||
$obj->addYears(1);
|
||||
$obj->addYears();
|
||||
$attempts++;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user