Various code cleanup. Removed executable flags, added newlines.

This commit is contained in:
James Cole
2016-12-22 19:42:45 +01:00
parent 14a0de6b6a
commit b6aa79bb38
92 changed files with 51 additions and 52 deletions

View File

@@ -244,4 +244,4 @@ class MonthReportGenerator extends Support implements ReportGeneratorInterface
return $result;
}
}
}

View File

@@ -24,4 +24,4 @@ class MultiYearReportGenerator extends MonthReportGenerator
/**
* Doesn't do anything different.
*/
}
}

View File

@@ -25,4 +25,4 @@ class YearReportGenerator extends MonthReportGenerator
/**
* Doesn't do anything different.
*/
}
}