mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-18 20:38:57 +00:00
Remove todo
This commit is contained in:
@@ -23,7 +23,6 @@ class Date
|
|||||||
public function addPeriod(Carbon $theDate, $repeatFreq, $skip)
|
public function addPeriod(Carbon $theDate, $repeatFreq, $skip)
|
||||||
{
|
{
|
||||||
$date = clone $theDate;
|
$date = clone $theDate;
|
||||||
// TODO clone the dates so referred date won't be altered.
|
|
||||||
$add = ($skip + 1);
|
$add = ($skip + 1);
|
||||||
switch ($repeatFreq) {
|
switch ($repeatFreq) {
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user