mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Code cleanup.
This commit is contained in:
@@ -99,8 +99,6 @@ trait DateCalculation
|
||||
|
||||
return $step;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Get a list of the periods that will occur after this date. For example,
|
||||
* March 2018, April 2018, etc.
|
||||
@@ -130,8 +128,6 @@ trait DateCalculation
|
||||
'start' => clone $currentStart,
|
||||
'end' => clone $current,
|
||||
];
|
||||
|
||||
|
||||
++$count;
|
||||
$current->addDay();
|
||||
}
|
||||
|
Reference in New Issue
Block a user