mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	fix phpstan warnings
This commit is contained in:
		| @@ -483,7 +483,7 @@ class BudgetController extends Controller | ||||
|      * | ||||
|      * Suppress warning because this method will be replaced by API calls. | ||||
|      * | ||||
|      * @SuppressWarnings(PHPMD.ExcessiveParameterList) | ||||
|      * @SuppressWarnings("PHPMD.ExcessiveParameterList") | ||||
|      */ | ||||
|     public function period(Budget $budget, TransactionCurrency $currency, Collection $accounts, Carbon $start, Carbon $end): JsonResponse | ||||
|     { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user