mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-22 20:16:22 +00:00 
			
		
		
		
	run phpcs
This commit is contained in:
		| @@ -129,6 +129,7 @@ class Steam | ||||
| 
 | ||||
|             // find currency of this entry.
 | ||||
|             $currencies[$entry->transaction_currency_id] ??= TransactionCurrency::find($entry->transaction_currency_id); | ||||
| 
 | ||||
|             /** @var TransactionCurrency $entryCurrency */ | ||||
|             $entryCurrency                      = $currencies[$entry->transaction_currency_id]; | ||||
| 
 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user