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