mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Rename version so Ctrl-F doesn't pick them up
This commit is contained in:
@@ -90,7 +90,7 @@ interface JournalRepositoryInterface
|
||||
public function firstNull(): ?TransactionJournal;
|
||||
|
||||
/**
|
||||
* TODO this method is no longer well-fitted in 4.8.0. Should be refactored and/or removed.
|
||||
* TODO this method is no longer well-fitted in 4.8,0. Should be refactored and/or removed.
|
||||
* Return a list of all destination accounts related to journal.
|
||||
*
|
||||
* @param TransactionJournal $journal
|
||||
@@ -100,7 +100,7 @@ interface JournalRepositoryInterface
|
||||
public function getJournalDestinationAccounts(TransactionJournal $journal): Collection;
|
||||
|
||||
/**
|
||||
* TODO this method is no longer well-fitted in 4.8.0. Should be refactored and/or removed.
|
||||
* TODO this method is no longer well-fitted in 4.8,0. Should be refactored and/or removed.
|
||||
* Return a list of all source accounts related to journal.
|
||||
*
|
||||
* @param TransactionJournal $journal
|
||||
|
Reference in New Issue
Block a user