mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-30 06:50:49 +00:00 
			
		
		
		
	Type hinting.
This commit is contained in:
		| @@ -295,7 +295,8 @@ class RuleController extends Controller | ||||
|         $limit = Config::get('firefly.test-triggers.limit'); | ||||
|         $range = Config::get('firefly.test-triggers.range'); | ||||
|  | ||||
|         $matcher = new TransactionMatcher; | ||||
|         /** @var TransactionMatcher $matcher */ | ||||
|         $matcher = app('FireflyIII\Rules\TransactionMatcher'); | ||||
|         $matcher->setLimit($limit); | ||||
|         $matcher->setRange($range); | ||||
|         $matcher->setTriggers($triggers); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user