mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Various code cleanup. Removed executable flags, added newlines.
This commit is contained in:
@@ -244,4 +244,4 @@ class MonthReportGenerator extends Support implements ReportGeneratorInterface
|
||||
|
||||
return $result;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -24,4 +24,4 @@ class MultiYearReportGenerator extends MonthReportGenerator
|
||||
/**
|
||||
* Doesn't do anything different.
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
@@ -25,4 +25,4 @@ class YearReportGenerator extends MonthReportGenerator
|
||||
/**
|
||||
* Doesn't do anything different.
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user