Repository and test clean up.

This commit is contained in:
James Cole
2018-02-28 21:32:59 +01:00
parent 54ba18975a
commit 5b8adbfd0c
19 changed files with 67 additions and 88 deletions

View File

@@ -42,6 +42,8 @@ class JournalTasker implements JournalTaskerInterface
private $user;
/**
* @deprecated
*
* @param TransactionJournal $journal
*
* @return Collection
@@ -64,6 +66,7 @@ class JournalTasker implements JournalTaskerInterface
* that shows a transaction (transaction/show/xx).
*
* @param TransactionJournal $journal
*
* @deprecated
*
* @return array
@@ -187,6 +190,8 @@ class JournalTasker implements JournalTaskerInterface
* the order of transactions within the journal. So the query is pretty complex:.
*
* @param int $transactionId
*
* @deprecated
* @deprecated
* @return string
*/