mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-11 00:16:54 +00:00
Various code cleaning things.
This commit is contained in:
@@ -36,9 +36,8 @@ class TransactionMatcher
|
||||
/**
|
||||
* Find matching transactions for the current set of triggers
|
||||
*
|
||||
* @param int $maxResults The maximum number of transactions returned
|
||||
*
|
||||
* @return array
|
||||
*
|
||||
*/
|
||||
public function findMatchingTransactions()
|
||||
{
|
||||
|
||||
@@ -48,6 +48,8 @@ class TriggerFactory
|
||||
* @param string $triggerType
|
||||
* @param string $triggerValue
|
||||
*
|
||||
* @param bool $stopProcessing
|
||||
*
|
||||
* @return AbstractTrigger
|
||||
* @throws FireflyException
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user