mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Some more code cleanup.
This commit is contained in:
@@ -12,7 +12,6 @@ namespace FireflyIII\Rules\Actions;
|
||||
|
||||
use FireflyIII\Exceptions\FireflyException;
|
||||
use FireflyIII\Models\RuleAction;
|
||||
use FireflyIII\Models\TransactionJournal;
|
||||
use FireflyIII\Support\Domain;
|
||||
|
||||
/**
|
||||
@@ -27,7 +26,7 @@ class ActionFactory
|
||||
/**
|
||||
* Returns the action for the given type and journal
|
||||
*
|
||||
* @param RuleAction $action
|
||||
* @param RuleAction $action
|
||||
*
|
||||
* @return ActionInterface
|
||||
*/
|
||||
|
Reference in New Issue
Block a user