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

@@ -31,9 +31,11 @@ use Log;
*/
class SetDescription implements ActionInterface
{
/** @var RuleAction The rule action */
private $action;
/**
*
* TriggerInterface constructor.
*
* @param RuleAction $action
@@ -44,6 +46,8 @@ class SetDescription implements ActionInterface
}
/**
* Set description to X
*
* @param TransactionJournal $journal
*
* @return bool