Skip to content

Commit

Permalink
Merge branch '6.5' into 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Oct 23, 2018
2 parents ce2a61b + b57f1a9 commit 05afe04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ return PhpCsFixer\Config::create()
'phpdoc_to_comment' => true,
'phpdoc_trim' => true,
'phpdoc_trim_consecutive_blank_line_separation' => true,
'phpdoc_types' => true,
'phpdoc_types' => ['groups' => ['simple', 'meta']],
'phpdoc_types_order' => true,
'phpdoc_var_without_name' => true,
'pow_to_exponentiation' => true,
Expand Down

0 comments on commit 05afe04

Please sign in to comment.