Rename version so Ctrl-F doesn't pick them up

This commit is contained in:
James Cole
2019-08-12 17:10:58 +02:00
parent c499899988
commit 66ffbf9e47
16 changed files with 17 additions and 17 deletions

View File

@@ -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
*/

View File

@@ -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
*/

View File

@@ -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