Change comment [skip ci]

This commit is contained in:
James Cole 2019-08-14 06:16:44 +02:00
parent 97908932e6
commit 757a118f87
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -160,7 +160,7 @@ class AccountTasker implements AccountTaskerInterface
*/ */
public function getIncomeReport(Carbon $start, Carbon $end, Collection $accounts): array public function getIncomeReport(Carbon $start, Carbon $end, Collection $accounts): array
{ {
// get all expenses for the given accounts in the given period! // get all incomes for the given accounts in the given period!
// also transfers! // also transfers!
// get all transactions: // get all transactions: