rector: codingStyle

This commit is contained in:
2024-02-21 13:48:37 +00:00
parent f3e5912ebb
commit 0184d0432b
24 changed files with 86 additions and 76 deletions

View File

@ -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,
]);;