Skip to content

Commit c2b63b2

Browse files
committed
easy ones
1 parent e704702 commit c2b63b2

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

rector.php

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@
2222
])
2323
->withPhpSets(php81: true)
2424
->withImportNames(importShortClasses: false)
25-
/* FIXME! One by one
2625
->withAttributesSets()
2726
// https://getrector.com/documentation/set-lists
28-
->withPreparedSets(
27+
/* ->withPreparedSets(
2928
deadCode: true,
3029
codeQuality: true,
3130
codingStyle: true,
@@ -35,7 +34,7 @@
3534
strictBooleans: true,
3635
rectorPreset: true,
3736
phpunitCodeQuality: true,
38-
)
37+
) */
3938
->withComposerBased(
4039
phpunit: true,
4140
)
@@ -46,6 +45,4 @@
4645
FlipTypeControlToUseExclusiveTypeRector::class,
4746
// this is conflicting with our phpstan rules - either they should change or this needs to be skipped
4847
TernaryToElvisRector::class,
49-
])
50-
*/
51-
;
48+
]);

0 commit comments

Comments
 (0)