add_ClassAttributeSeparationFixer #3

Merged
lubiana merged 3 commits from add_ClassAttributeSeparationFixer into main 2024-05-04 18:26:43 +00:00
Showing only changes of commit 9993d760d6 - Show all commits

View file

@ -77,6 +77,11 @@ return ECSConfig::configure()
]
)
->withConfiguredRule(
\PhpCsFixer\Fixer\ClassNotation\ClassAttributesSeparationFixer::class,
[
'elements' => ['const' => 'none', 'method' => 'one', 'property' => 'none', 'trait_import' => 'none', 'case' => 'none'],
],
)->withConfiguredRule(
DeclareStrictTypesSniff::class,
[
'declareOnFirstLine' => true,