Rector: deadcode.

This commit is contained in:
2024-02-21 13:29:09 +00:00
parent df5b48b2c4
commit 703372fda9
2 changed files with 3 additions and 3 deletions

View File

@ -14,4 +14,4 @@ return RectorConfig::configure()
])
// uncomment to reach your current PHP version
->withPhpSets()
->withPreparedSets(typeDeclarations : true);
->withPreparedSets(deadCode: true, codeQuality: true, typeDeclarations : true);