We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8273113 commit 276b51cCopy full SHA for 276b51c
.php_cs.dist
@@ -11,11 +11,9 @@ $config
11
'@PSR2' => true,
12
'@Symfony' => true,
13
// additionally
14
- 'align_multiline_comment' => array('comment_type' => 'phpdocs_like'),
15
'array_syntax' => array('syntax' => 'long'),
16
'binary_operator_spaces' => false,
17
'concat_space' => array('spacing' => 'one'),
18
- 'increment_style' => false,
19
'no_useless_else' => true,
20
'no_useless_return' => true,
21
'ordered_imports' => true,
@@ -25,7 +23,6 @@ $config
25
23
'pre_increment' => false,
26
24
'simplified_null_return' => false,
27
'trailing_comma_in_multiline_array' => false,
28
- 'yoda_style' => null,
29
))
30
->setFinder($finder)
31
;
0 commit comments