We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b064622 commit 4b05d66Copy full SHA for 4b05d66
.php-cs-fixer.php
@@ -4,13 +4,14 @@
4
5
$rules = [
6
'@PSR2' => true,
7
+ '@PSR12' => true,
8
'group_import' => true,
9
'align_multiline_comment' => false,
10
'single_import_per_statement' => false,
11
'array_indentation' => true,
12
'array_syntax' => ['syntax' => 'short'],
13
'binary_operator_spaces' => [
- 'default' => 'align_single_space_minimal',
14
+ 'default' => 'align_single_space_minimal',
15
],
16
'blank_line_after_namespace' => true,
17
'blank_line_after_opening_tag' => false,
0 commit comments