Skip to content

Commit 07bea53

Browse files
committed
add class_attributes_separation to php cs config
1 parent be06200 commit 07bea53

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.php_cs.dist.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
],
2727
'phpdoc_single_line_var_spacing' => true,
2828
'phpdoc_var_without_name' => true,
29+
'class_attributes_separation' => [
30+
'elements' => [
31+
'method' => 'one',
32+
],
33+
],
2934
'method_argument_space' => [
3035
'on_multiline' => 'ensure_fully_multiline',
3136
'keep_multiple_spaces_after_comma' => true,

0 commit comments

Comments
 (0)