mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 13:16:31 +00:00
Add php doc blocks.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user