Prep for private constructor.

This commit is contained in:
James Cole 2016-02-17 19:58:49 +01:00
parent 1e799402ee
commit 05b7a610ef

View File

@ -20,12 +20,12 @@ use FireflyIII\Models\TransactionJournal;
*/ */
interface TriggerInterface interface TriggerInterface
{ {
/** // /**
* TriggerInterface constructor. // * TriggerInterface constructor.
* // *
* @param RuleTrigger $trigger // * @param RuleTrigger $trigger
*/ // */
public function __construct(RuleTrigger $trigger); // public function __construct(RuleTrigger $trigger);
/** /**
* A trigger is said to "match anything", or match any given transaction, * A trigger is said to "match anything", or match any given transaction,