Add php doc blocks.

This commit is contained in:
James Cole
2017-11-25 15:20:53 +01:00
parent f7b1168e7c
commit 35647a062c
66 changed files with 235 additions and 84 deletions

View File

@@ -35,15 +35,16 @@ use Log;
*/
class SetDestinationAccount implements ActionInterface
{
/** @var RuleAction The rule action */
private $action;
/** @var TransactionJournal */
/** @var TransactionJournal The journal */
private $journal;
/** @var Account */
/** @var Account The new account */
private $newDestinationAccount;
/** @var AccountRepositoryInterface */
/** @var AccountRepositoryInterface Account repository */
private $repository;
/**
@@ -57,6 +58,7 @@ class SetDestinationAccount implements ActionInterface
}
/**
* Set destination account to X
* @param TransactionJournal $journal
*
* @return bool