diff --git a/config/ecs.php b/config/ecs.php index 28b4812..b5a07ba 100644 --- a/config/ecs.php +++ b/config/ecs.php @@ -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,