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
{
/**
* TriggerInterface constructor.
*
* @param RuleTrigger $trigger
*/
public function __construct(RuleTrigger $trigger);
// /**
// * TriggerInterface constructor.
// *
// * @param RuleTrigger $trigger
// */
// public function __construct(RuleTrigger $trigger);
/**
* A trigger is said to "match anything", or match any given transaction,