File tree Expand file tree Collapse file tree 1 file changed +29
-5
lines changed Expand file tree Collapse file tree 1 file changed +29
-5
lines changed Original file line number Diff line number Diff line change @@ -9,34 +9,58 @@ return Symfony\CS\Config\Config::create()
99 ->level (\Symfony \CS \FixerInterface::NONE_LEVEL )
1010 ->fixers (
1111 array (
12+ 'align_double_arrow ' ,
13+ 'align_equals ' ,
14+ 'braces ' ,
15+ 'concat_with_spaces ' ,
1216 'duplicate_semicolon ' ,
17+ 'elseif ' ,
1318 'empty_return ' ,
19+ 'encoding ' ,
20+ 'eof_ending ' ,
1421 'extra_empty_lines ' ,
22+ 'function_call_space ' ,
23+ 'function_declaration ' ,
24+ 'indentation ' ,
1525 'join_function ' ,
26+ 'line_after_namespace ' ,
27+ 'linefeed ' ,
1628 'list_commas ' ,
29+ 'lowercase_constants ' ,
30+ 'lowercase_keywords ' ,
31+ 'method_argument_space ' ,
32+ 'multiple_use ' ,
33+ 'namespace_no_leading_whitespace ' ,
1734 'no_blank_lines_after_class_opening ' ,
1835 'no_empty_lines_after_phpdocs ' ,
36+ 'parenthesis ' ,
37+ 'php_closing_tag ' ,
1938 'phpdoc_indent ' ,
2039 'phpdoc_no_access ' ,
2140 'phpdoc_no_empty_return ' ,
2241 'phpdoc_no_package ' ,
2342 'phpdoc_params ' ,
2443 'phpdoc_scalar ' ,
44+ 'phpdoc_separation ' ,
2545 'phpdoc_to_comment ' ,
2646 'phpdoc_trim ' ,
47+ 'phpdoc_types ' ,
48+ 'phpdoc_var_without_name ' ,
49+ 'remove_lines_between_uses ' ,
2750 'return ' ,
2851 'self_accessor ' ,
52+ 'short_array_syntax ' ,
53+ 'short_tag ' ,
54+ 'single_line_after_imports ' ,
2955 'single_quote ' ,
3056 'spaces_before_semicolon ' ,
3157 'spaces_cast ' ,
3258 'ternary_spaces ' ,
59+ 'trailing_spaces ' ,
3360 'trim_array_spaces ' ,
3461 'unused_use ' ,
35- 'whitespacy_lines ' ,
36- 'align_double_arrow ' ,
37- 'align_equals ' ,
38- 'concat_with_spaces ' ,
39- 'short_array_syntax '
62+ 'visibility ' ,
63+ 'whitespacy_lines '
4064 )
4165 )
4266 ->finder ($ finder );
You can’t perform that action at this time.
0 commit comments