This commit is contained in:
parent
b1792809e1
commit
9993d760d6
1 changed files with 5 additions and 0 deletions
|
@ -77,6 +77,11 @@ return ECSConfig::configure()
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
->withConfiguredRule(
|
->withConfiguredRule(
|
||||||
|
\PhpCsFixer\Fixer\ClassNotation\ClassAttributesSeparationFixer::class,
|
||||||
|
[
|
||||||
|
'elements' => ['const' => 'none', 'method' => 'one', 'property' => 'none', 'trait_import' => 'none', 'case' => 'none'],
|
||||||
|
],
|
||||||
|
)->withConfiguredRule(
|
||||||
DeclareStrictTypesSniff::class,
|
DeclareStrictTypesSniff::class,
|
||||||
[
|
[
|
||||||
'declareOnFirstLine' => true,
|
'declareOnFirstLine' => true,
|
||||||
|
|
Loading…
Reference in a new issue