Fix tests, expand flush routine.

This commit is contained in:
James Cole
2017-12-10 18:09:36 +01:00
parent 54c449f11b
commit b1b6fe553a
3 changed files with 30 additions and 0 deletions

View File

@@ -98,6 +98,16 @@ class MultiYearReportGenerator implements ReportGeneratorInterface
return $this;
}
/**
* @param Collection $expense
*
* @return ReportGeneratorInterface
*/
public function setExpense(Collection $expense): ReportGeneratorInterface
{
return $this;
}
/**
* @param Carbon $date
*

View File

@@ -98,6 +98,16 @@ class YearReportGenerator implements ReportGeneratorInterface
return $this;
}
/**
* @param Collection $expense
*
* @return ReportGeneratorInterface
*/
public function setExpense(Collection $expense): ReportGeneratorInterface
{
return $this;
}
/**
* @param Carbon $date
*