mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Rename version so Ctrl-F doesn't pick them up
This commit is contained in:
@@ -229,7 +229,7 @@ class JournalCLIRepository implements JournalCLIRepositoryInterface
|
||||
|
||||
/**
|
||||
* Returns all journals with more than 2 transactions. Should only return empty collections
|
||||
* in Firefly III > v4.8.0.
|
||||
* in Firefly III > v4.8,0.
|
||||
*
|
||||
* @return Collection
|
||||
*/
|
||||
|
@@ -47,7 +47,7 @@ interface JournalCLIRepositoryInterface
|
||||
|
||||
/**
|
||||
* Returns all journals with more than 2 transactions. Should only return empty collections
|
||||
* in Firefly III > v4.8.0.
|
||||
* in Firefly III > v4.8,0.
|
||||
*
|
||||
* @return Collection
|
||||
*/
|
||||
|
@@ -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