mirror of
https://github.com/coollabsio/coolify.git
synced 2026-08-24 10:05:47 -05:00
chore: improve rector config
- remove deprecated strictBooleans set - order sets with rector
This commit is contained in:
+8
-9
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user