We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05a45b9 commit bbc8ef2Copy full SHA for bbc8ef2
1 file changed
src/Config/Level/SpacesLevel.php
@@ -70,18 +70,11 @@ final class SpacesLevel
70
ReturnTypeDeclarationFixer::class,
71
TypeDeclarationSpacesFixer::class,
72
TypesSpacesFixer::class,
73
- SuperfluousWhitespaceSniff::class,
74
-
75
- // configurable, more impactful
76
- ConcatSpaceFixer::class,
77
- BinaryOperatorSpacesFixer::class,
78
79
// most invasive structural changes
80
MethodChainingIndentationFixer::class,
81
StandaloneLinePromotedPropertyFixer::class,
82
MethodArgumentSpaceFixer::class,
83
- ClassAttributesSeparationFixer::class,
84
- NoExtraBlankLinesFixer::class,
85
86
// newline spacing (from deprecated "symplify" set)
87
BlankLineAfterStrictTypesFixer::class,
0 commit comments