mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Improve test coverage and fix test code.
This commit is contained in:
@@ -220,9 +220,9 @@ interface PiggyBankRepositoryInterface
|
||||
*
|
||||
* @param array $data
|
||||
*
|
||||
* @return PiggyBank
|
||||
* @return PiggyBank|null
|
||||
*/
|
||||
public function store(array $data): PiggyBank;
|
||||
public function store(array $data): ?PiggyBank;
|
||||
|
||||
/**
|
||||
* Update existing piggy bank.
|
||||
|
Reference in New Issue
Block a user