Fix tests

This commit is contained in:
James Cole 2017-02-15 22:02:02 +01:00
parent 8f5289b7dc
commit c8f6b42ce6
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -129,6 +129,16 @@ class MonthReportGenerator implements ReportGeneratorInterface
return $this;
}
/**
* @param Collection $tags
*
* @return ReportGeneratorInterface
*/
public function setTags(Collection $tags): ReportGeneratorInterface
{
return $this;
}
/**
* @param Account $account
* @param Carbon $date