mirror of
				https://github.com/furyfire/trueskill.git
				synced 2025-11-04 02:02:29 +01:00 
			
		
		
		
	More static types using rector.
This commit is contained in:
		@@ -14,6 +14,4 @@ return RectorConfig::configure()
 | 
			
		||||
    ])
 | 
			
		||||
    // uncomment to reach your current PHP version
 | 
			
		||||
    ->withPhpSets()
 | 
			
		||||
    ->withRules([
 | 
			
		||||
        AddVoidReturnTypeWhereNoReturnRector::class,
 | 
			
		||||
    ]);
 | 
			
		||||
    ->withPreparedSets(typeDeclarations : true);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user