@@ -7,10 +7,7 @@ $finder = PhpCsFixer\Finder::create()
77$ config = PhpCsFixer \Config::create ()
88 ->setUsingCache (false )
99 ->setRules ([
10- <<<<<<< HEAD
1110 '@Symfony ' => true ,
12- =======
13- >>>>>>> 729 f3ff516db2509cc5e7ac88dace9ce50189f26
1411 'phpdoc_align ' => false ,
1512 'phpdoc_summary ' => false ,
1613 'phpdoc_inline_tag ' => false ,
@@ -21,18 +18,6 @@ $config = PhpCsFixer\Config::create()
2118 'phpdoc_no_package ' => false ,
2219 'concat_space ' => ['spacing ' => 'one ' ],
2320 'ordered_imports ' => true ,
24- <<<<<<< HEAD
25- =======
26- 'single_quote ' => true ,
27- 'no_empty_comment ' => true ,
28- 'no_empty_phpdoc ' => true ,
29- 'no_empty_statement ' => true ,
30- 'no_spaces_inside_parenthesis ' => true ,
31- 'no_trailing_whitespace ' => true ,
32- 'no_trailing_whitespace_in_comment ' => true ,
33- 'phpdoc_order ' => true ,
34- 'trim_array_spaces ' => true ,
35- >>>>>>> 729 f3ff516db2509cc5e7ac88dace9ce50189f26
3621 'array_syntax ' => ['syntax ' => 'short ' ],
3722 ])
3823 ->setFinder ($ finder );
0 commit comments