We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c294f7a commit b042818Copy full SHA for b042818
rector.php
@@ -50,8 +50,10 @@
50
->withRootFiles()
51
->withParallel(timeoutSeconds: 300)
52
->withImportNames(removeUnusedImports: true)
53
- ->withDeadCodeLevel(100)
54
- ->withCodeQualityLevel(100)
55
- ->withCodingStyleLevel(100)
+ ->withPreparedSets(
+ deadCode: true,
+ codeQuality: true,
56
+ codingStyle: true,
57
+ )
58
->withPhpSets(php82: true) // apply PHP sets up to PHP 8.2
59
;
0 commit comments