mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-22 20:16:22 +00:00 
			
		
		
		
	Various code cleanup.
This commit is contained in:
		| @@ -128,7 +128,7 @@ class ReportHelper implements ReportHelperInterface | ||||
|  | ||||
|         while ($start <= $end) { | ||||
|             $year = $fiscalHelper->endOfFiscalYear($start)->year; // current year | ||||
|             if (!isset($months[$year])) { | ||||
|             if (!array_key_exists($year, $months)) { | ||||
|                 $months[$year] = [ | ||||
|                     'fiscal_start' => $fiscalHelper->startOfFiscalYear($start)->format('Y-m-d'), | ||||
|                     'fiscal_end'   => $fiscalHelper->endOfFiscalYear($start)->format('Y-m-d'), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user