Skip to content

Commit

Permalink
Update .php-cs-fixer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
freost committed Jan 8, 2025
1 parent c82b84d commit ea2b8d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
'concat_space' => ['spacing' => 'one'],
'constant_case' => true,
'control_structure_braces' => true,
'control_structure_continuation_position' => ['position' => 'next_line'],
'declare_equal_normalize' => true,
'declare_parentheses' => true,
'dir_constant' => true,
Expand Down

0 comments on commit ea2b8d2

Please sign in to comment.