mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-11-03 20:55:05 +00:00 
			
		
		
		
	Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
This commit is contained in:
		@@ -112,7 +112,7 @@ class BillController extends Controller
 | 
			
		||||
    {
 | 
			
		||||
        $bills = $repository->getBills();
 | 
			
		||||
        $bills->each(
 | 
			
		||||
            function (Bill $bill) use ($repository) {
 | 
			
		||||
            function(Bill $bill) use ($repository) {
 | 
			
		||||
                $bill->nextExpectedMatch = $repository->nextExpectedMatch($bill);
 | 
			
		||||
                $bill->lastFoundMatch    = $repository->lastFoundMatch($bill);
 | 
			
		||||
            }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user