File tree Expand file tree Collapse file tree 1 file changed +16
-15
lines changed Expand file tree Collapse file tree 1 file changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -6,25 +6,26 @@ $finder = Symfony\CS\Finder\DefaultFinder::create()
6
6
7
7
return Symfony \CS \Config \Config::create ()
8
8
->fixers ([
9
- 'strict_param ' ,
10
- 'strict ' ,
11
- 'short_array_syntax ' ,
12
- 'php_unit_strict ' ,
13
- 'php_unit_construct ' ,
14
- 'php4_constructor ' ,
15
- 'ordered_use ' ,
16
- 'newline_after_open_tag ' ,
17
- 'multiline_spaces_before_semicolon ' ,
18
- 'ereg_to_preg ' ,
19
- 'concat_with_spaces ' ,
20
9
'align_double_arrow ' ,
10
+ 'concat_with_spaces ' ,
11
+ 'ereg_to_preg ' ,
12
+ 'multiline_spaces_before_semicolon ' ,
13
+ 'newline_after_open_tag ' ,
14
+ 'ordered_use ' ,
15
+ 'php4_constructor ' ,
16
+ 'php_unit_construct ' ,
17
+ 'php_unit_strict ' ,
18
+ 'short_array_syntax ' ,
19
+ 'strict ' ,
20
+ 'strict_param ' ,
21
21
22
- '-unalign_double_arrow ' ,
23
- '-unary_operators_spaces ' ,
24
- '-phpdoc_separation ' ,
25
22
'-concat_without_spaces ' ,
26
- '-phpdoc_params ' ,
27
23
'-linefeed ' ,
24
+ '-phpdoc_no_empty_return ' ,
25
+ '-phpdoc_params ' ,
26
+ '-phpdoc_separation ' ,
28
27
'-pre_increment ' ,
28
+ '-unalign_double_arrow ' ,
29
+ '-unary_operators_spaces ' ,
29
30
])
30
31
->finder ($ finder );
You can’t perform that action at this time.
0 commit comments