We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f8e6e0 + 02151f7 commit cf36dc1Copy full SHA for cf36dc1
.php-cs-fixer.php
@@ -15,9 +15,14 @@
15
'@Symfony' => true,
16
'@Symfony:risky' => true,
17
'array_syntax' => ['syntax' => 'short'],
18
- 'braces' => [
19
- 'allow_single_line_closure' => true,
20
- ],
+ 'single_space_around_construct' => true,
+ 'control_structure_braces' => true,
+ 'control_structure_continuation_position' => true,
21
+ 'declare_parentheses' => true,
22
+ 'no_multiple_statements_per_line' => true,
23
+ 'braces_position' => true,
24
+ 'statement_indentation' => true,
25
+ 'no_extra_blank_lines' => true,
26
'concat_space' => [
27
'spacing' => 'one',
28
],
0 commit comments