mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 14:46:37 +00:00
Removed TODO items in favour of issues, or actual fixes.
This commit is contained in:
@@ -37,7 +37,6 @@ class BudgetController extends Controller
|
||||
}
|
||||
|
||||
/**
|
||||
* TODO expand with no budget chart.
|
||||
*
|
||||
* @param BudgetRepositoryInterface $repository
|
||||
* @param $reportType
|
||||
@@ -147,7 +146,7 @@ class BudgetController extends Controller
|
||||
$last = Navigation::endOfX($last, $range, $final);
|
||||
$entries = new Collection;
|
||||
// get all expenses:
|
||||
$set = $repository->getExpensesPerMonth($budget, $first, $last); // TODO
|
||||
$set = $repository->getExpensesPerMonth($budget, $first, $last);
|
||||
|
||||
while ($first < $last) {
|
||||
$monthFormatted = $first->format('Y-m');
|
||||
@@ -294,7 +293,6 @@ class BudgetController extends Controller
|
||||
}
|
||||
|
||||
/**
|
||||
* TODO expand with no budget chart.
|
||||
*
|
||||
* @param BudgetRepositoryInterface $repository
|
||||
* @param $reportType
|
||||
|
Reference in New Issue
Block a user