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

@@ -64,4 +64,4 @@ interface ReportGeneratorInterface
*/
public function setStartDate(Carbon $date): ReportGeneratorInterface;
}
}