Some fixes to amounts.

This commit is contained in:
James Cole
2015-12-06 13:17:00 +01:00
parent 77262f52a4
commit 8f57c7dcb3
3 changed files with 31 additions and 28 deletions

View File

@@ -36,13 +36,13 @@ interface ReportHelperInterface
* This method generates a full report for the given period on all
* given accounts
*
* @param Carbon $date
* @param Carbon $start
* @param Carbon $end
* @param Collection $accounts
*
* @return AccountCollection
*/
public function getAccountReportForList(Carbon $date, Carbon $end, Collection $accounts);
public function getAccountReportForList(Carbon $start, Carbon $end, Collection $accounts);
/**
* This method generates a full report for the given period on all