chore: improve rector config

- remove deprecated strictBooleans set
- order sets with rector
This commit is contained in:
peaklabs-dev
2025-11-18 17:51:22 +01:00
parent 24973f8b5d
commit f18ae6a277
+8 -9
View File
@@ -79,18 +79,17 @@ return RectorConfig::configure()
])
->withPhpSets()
->withPreparedSets(
carbon: true,
deadCode: true,
codeQuality: true,
codingStyle: true,
deadCode: true,
earlyReturn: true,
instanceOf: true,
naming: true,
phpunitCodeQuality: true,
privatization: true,
rectorPreset: true,
strictBooleans: true,
typeDeclarations: true,
privatization: true,
naming: true,
instanceOf: true,
earlyReturn: true,
carbon: true,
rectorPreset: true,
phpunitCodeQuality: true,
)
->withAttributesSets()
->withRules([