mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-03 21:09:50 -07:00
Remove all "@phpstan-ignore-line" entries.
This commit is contained in:
@@ -135,7 +135,7 @@ final class ExpenseReportController extends Controller
|
||||
|
||||
while ($currentStart < $end) {
|
||||
$currentEnd = clone $currentStart;
|
||||
$currentEnd = $currentEnd->{$function}(); // @phpstan-ignore-line
|
||||
$currentEnd = $currentEnd->{$function}();
|
||||
|
||||
// get expenses grouped by opposing name:
|
||||
$expenses = $this->groupByName($this->getExpensesForOpposing($accounts, $all, $currentStart, $currentEnd));
|
||||
|
||||
Reference in New Issue
Block a user