mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 03:51:18 +00:00
Add php doc blocks.
This commit is contained in:
@@ -32,6 +32,7 @@ use Log;
|
||||
*/
|
||||
class PrependNotes implements ActionInterface
|
||||
{
|
||||
/** @var RuleAction The rule action */
|
||||
private $action;
|
||||
|
||||
/**
|
||||
@@ -45,6 +46,8 @@ class PrependNotes implements ActionInterface
|
||||
}
|
||||
|
||||
/**
|
||||
* Prepend notes with X
|
||||
*
|
||||
* @param TransactionJournal $journal
|
||||
*
|
||||
* @return bool
|
||||
|
||||
Reference in New Issue
Block a user