Code cleanup

This commit is contained in:
James Cole
2021-03-21 09:15:40 +01:00
parent da1751940e
commit 206845575c
317 changed files with 7418 additions and 7362 deletions

View File

@@ -68,11 +68,6 @@ interface PiggyBankRepositoryInterface
*/
public function canRemoveAmount(PiggyBank $piggyBank, string $amount): bool;
/**
* Correct order of piggies in case of issues.
*/
public function resetOrder(): void;
/**
* Create a new event.
*
@@ -237,6 +232,11 @@ interface PiggyBankRepositoryInterface
*/
public function removeObjectGroup(PiggyBank $piggyBank): PiggyBank;
/**
* Correct order of piggies in case of issues.
*/
public function resetOrder(): void;
/**
* Search for piggy banks.
*