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