Skip to content

Commit

Permalink
Update PHP-CS-Fixer configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Mar 19, 2023
1 parent f7858ae commit 1c365cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
'cast_spaces' => true,
'class_attributes_separation' => [
'elements' => [
'const' => 'one',
'const' => 'none',
'method' => 'one',
'property' => 'one'
]
Expand Down

0 comments on commit 1c365cf

Please sign in to comment.