mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-11-04 05:15:39 +00:00 
			
		
		
		
	Fix various phpstan issues.
This commit is contained in:
		@@ -289,7 +289,7 @@ class DestroyController extends Controller
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * @param array $types
 | 
			
		||||
     * @param array $types<int, string>
 | 
			
		||||
     */
 | 
			
		||||
    private function destroyAccounts(array $types): void
 | 
			
		||||
    {
 | 
			
		||||
@@ -314,7 +314,7 @@ class DestroyController extends Controller
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * @param array $types
 | 
			
		||||
     * @param array $types<int, string>
 | 
			
		||||
     */
 | 
			
		||||
    private function destroyTransactions(array $types): void
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user