mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Changed a lot of parameters.
This commit is contained in:
@@ -15,11 +15,11 @@ interface PiggyBankRepositoryInterface
|
||||
|
||||
/**
|
||||
* @param PiggyBank $piggyBank
|
||||
* @param $amount
|
||||
* @param string $amount
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function createEvent(PiggyBank $piggyBank, $amount);
|
||||
public function createEvent(PiggyBank $piggyBank, string $amount);
|
||||
|
||||
/**
|
||||
* @param PiggyBank $piggyBank
|
||||
@@ -68,7 +68,7 @@ interface PiggyBankRepositoryInterface
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setOrder($piggyBankId, $order);
|
||||
public function setOrder(int $piggyBankId, int $order);
|
||||
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user