Some more code cleanup.

This commit is contained in:
James Cole
2016-02-17 21:59:47 +01:00
parent a178fed0c6
commit f7d06b9759
7 changed files with 9 additions and 11 deletions

View File

@@ -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
*/