File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 1414 },
1515 "require" : {
1616 "php" : " >=7.4" ,
17- "friendsofphp/php-cs-fixer" : " ^3.0 " ,
17+ "friendsofphp/php-cs-fixer" : " 3.9.5 " ,
1818 "adamwojs/php-cs-fixer-phpdoc-force-fqcn" : " ^2.0"
1919 },
2020 "require-dev" : {
3333 },
3434 "extra" : {
3535 "branch-alias" : {
36- "dev-main" : " 1.1 .x-dev"
36+ "dev-main" : " 1.2 .x-dev"
3737 }
3838 }
3939}
Original file line number Diff line number Diff line change @@ -119,12 +119,7 @@ public function __construct($name = 'default')
119119 'phpdoc_no_useless_inheritdoc ' => true ,
120120 'phpdoc_return_self_reference ' => true ,
121121 'phpdoc_scalar ' => true ,
122- 'phpdoc_separation ' => [
123- 'groups ' => [
124- ['Assert \\* ' ],
125- ['ORM \\* ' ],
126- ],
127- ],
122+ 'phpdoc_separation ' => true ,
128123 'phpdoc_single_line_var_spacing ' => true ,
129124 'phpdoc_summary ' => true ,
130125 'phpdoc_trim ' => true ,
You can’t perform that action at this time.
0 commit comments