Skip to content

Commit 32c7010

Browse files
committed
Update .php-cs-fixer.php
1 parent 63317f3 commit 32c7010

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.php-cs-fixer.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
'combine_nested_dirname' => true,
2222
'concat_space' => ['spacing' => 'one'],
2323
'constant_case' => true,
24+
'control_structure_braces' => true,
25+
'control_structure_continuation_position' => ['position' => 'next_line'],
2426
'declare_equal_normalize' => true,
2527
'declare_parentheses' => true,
2628
'dir_constant' => true,

0 commit comments

Comments
 (0)