File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 33return PhpCsFixer \Config::create ()
44 ->setRiskyAllowed (false )
55 ->setRules ([
6- '@Symfony ' => true ,
7- 'array_syntax ' => ['syntax ' => 'short ' ],
8- 'ordered_imports ' => true ,
9- 'protected_to_private ' => false ,
10- // Part of future @Symfony ruleset in PHP-CS-Fixer To be removed from the config file once upgrading
11- 'phpdoc_types_order ' => ['null_adjustment ' => 'always_last ' , 'sort_algorithm ' => 'none ' ],
12- // custom
13- 'phpdoc_separation ' => false ,
14- 'phpdoc_align ' => false ,
15- 'phpdoc_no_alias_tag ' => false ,
16- 'array_indentation ' => true ,
6+ '@PSR2 ' => true ,
177 ])
188 ->setUsingCache (true )
199 ->setFinder (
Original file line number Diff line number Diff line change 55 </rule >
66
77 <file >src/</file >
8+ <file >resources/</file >
89 <file >tests/</file >
910</ruleset >
You can’t perform that action at this time.
0 commit comments