mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	PHP7 compatible function definitions.
This commit is contained in:
		| @@ -51,7 +51,7 @@ final class DescriptionContains extends AbstractTrigger implements TriggerInterf | ||||
|      * | ||||
|      * @return bool | ||||
|      */ | ||||
|     public function triggered(TransactionJournal $journal) | ||||
|     public function triggered(TransactionJournal $journal): bool | ||||
|     { | ||||
|         $search = strtolower($this->triggerValue); | ||||
|         $source = strtolower($journal->description); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user