Various report updates and code cleanup.

This commit is contained in:
James Cole
2016-12-04 18:02:19 +01:00
parent 905a2432c6
commit f4b9b7ae84
32 changed files with 592 additions and 450 deletions

View File

@@ -58,7 +58,7 @@ interface PiggyBankRepositoryInterface
*
* @return Collection
*/
public function getEvents(PiggyBank $piggyBank) : Collection;
public function getEvents(PiggyBank $piggyBank): Collection;
/**
* Highest order of all piggy banks.
@@ -72,14 +72,14 @@ interface PiggyBankRepositoryInterface
*
* @return Collection
*/
public function getPiggyBanks() : Collection;
public function getPiggyBanks(): Collection;
/**
* Also add amount in name.
*
* @return Collection
*/
public function getPiggyBanksWithAmount() : Collection;
public function getPiggyBanksWithAmount(): Collection;
/**
* Set all piggy banks to order 0.