Better description for matchesAnything

This commit is contained in:
James Cole
2016-02-17 15:37:05 +01:00
parent 52481a6e8b
commit 9cac61dc33
19 changed files with 73 additions and 44 deletions

View File

@@ -64,8 +64,9 @@ class AmountLess implements TriggerInterface
}
/**
* Checks whether this trigger will match all transactions
* For example: amount > 0 or description starts with ''
* @{inheritdoc}
*
* @see TriggerInterface::matchesAnything
*
* @return bool
*/