mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-21 00:50:07 +00:00
Finalise account tests
This commit is contained in:
@@ -309,11 +309,9 @@ interface JournalRepositoryInterface
|
||||
public function reconcile(Transaction $transaction): bool;
|
||||
|
||||
/**
|
||||
* @param int $transactionId
|
||||
*
|
||||
* @return bool
|
||||
* @param int $journalId
|
||||
*/
|
||||
public function reconcileById(int $transactionId): bool;
|
||||
public function reconcileById(int $journalId): void;
|
||||
|
||||
/**
|
||||
* @param TransactionJournal $journal
|
||||
|
||||
Reference in New Issue
Block a user