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 e704702 commit c2b63b2Copy full SHA for c2b63b2
rector.php
@@ -22,10 +22,9 @@
22
])
23
->withPhpSets(php81: true)
24
->withImportNames(importShortClasses: false)
25
- /* FIXME! One by one
26
->withAttributesSets()
27
// https://getrector.com/documentation/set-lists
28
- ->withPreparedSets(
+ /* ->withPreparedSets(
29
deadCode: true,
30
codeQuality: true,
31
codingStyle: true,
@@ -35,7 +34,7 @@
35
34
strictBooleans: true,
36
rectorPreset: true,
37
phpunitCodeQuality: true,
38
- )
+ ) */
39
->withComposerBased(
40
phpunit: true,
41
)
@@ -46,6 +45,4 @@
46
45
FlipTypeControlToUseExclusiveTypeRector::class,
47
// this is conflicting with our phpstan rules - either they should change or this needs to be skipped
48
TernaryToElvisRector::class,
49
- ])
50
- */
51
-;
+ ]);
0 commit comments