mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Various report updates and code cleanup.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user