Skip to content

Commit

Permalink
Enhancement: Configure class_attributes_separation fixer to use only_…
Browse files Browse the repository at this point in the history
…if_meta option for property element
  • Loading branch information
localheinz authored and sebastianbergmann committed Nov 29, 2021
1 parent ab9706f commit 297e6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Expand Up @@ -73,7 +73,7 @@
'elements' => [
'const' => 'one',
'method' => 'one',
'property' => 'one'
'property' => 'only_if_meta'
]
],
'class_definition' => true,
Expand Down

0 comments on commit 297e6bc

Please sign in to comment.