Skip to content

Commit

Permalink
DX: PHP CS Fixer - update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus authored and sebastianbergmann committed Oct 21, 2018
1 parent 85d697c commit b57f1a9
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 @@ -66,7 +66,7 @@ return PhpCsFixer\Config::create()
'phpdoc_separation' => true,
'phpdoc_to_comment' => true,
'phpdoc_trim' => true,
'phpdoc_types' => true,
'phpdoc_types' => ['groups' => ['simple', 'meta']],
'phpdoc_var_without_name' => true,
'self_accessor' => true,
'simplified_null_return' => true,
Expand Down

0 comments on commit b57f1a9

Please sign in to comment.