mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Code cleanup
This commit is contained in:
@@ -41,8 +41,6 @@ class MonthReportGenerator implements ReportGeneratorInterface
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*
|
||||
|
||||
*/
|
||||
public function generate(): string
|
||||
{
|
||||
|
@@ -40,8 +40,6 @@ class MultiYearReportGenerator implements ReportGeneratorInterface
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*
|
||||
|
||||
*/
|
||||
public function generate(): string
|
||||
{
|
||||
|
@@ -40,8 +40,6 @@ class YearReportGenerator implements ReportGeneratorInterface
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*
|
||||
|
||||
*/
|
||||
public function generate(): string
|
||||
{
|
||||
|
Reference in New Issue
Block a user