mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 14:41:20 +00:00
Some small code optimisations.
This commit is contained in:
@@ -58,12 +58,12 @@ interface PiggyBankRepositoryInterface
|
||||
*
|
||||
* set id of piggy bank.
|
||||
*
|
||||
* @param int $id
|
||||
* @param int $piggyBankId
|
||||
* @param int $order
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setOrder($id, $order);
|
||||
public function setOrder($piggyBankId, $order);
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user