mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Various code cleanup.
This commit is contained in:
@@ -29,9 +29,9 @@ use FireflyIII\TransactionRules\Actions\ActionInterface;
|
||||
use Log;
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
*
|
||||
* Class ActionFactory can create actions.
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class ActionFactory
|
||||
{
|
||||
|
@@ -30,9 +30,9 @@ use FireflyIII\TransactionRules\Triggers\TriggerInterface;
|
||||
use Log;
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
*
|
||||
* Class TriggerFactory can create triggers.
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class TriggerFactory
|
||||
{
|
||||
|
Reference in New Issue
Block a user