Skip to content

Commit

Permalink
disable phpdoc_to_comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Aug 28, 2020
1 parent 7c2f0c8 commit ce6ddfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tool-config/php_cs_fixer.dist
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ return PhpCsFixer\Config::create()
'nullable_type_declaration_for_default_null_value' => true,
'ordered_imports' => false, // due to generator
'phpdoc_align' => ['align' => 'left'],
'phpdoc_to_comment' => false, // for custom annotations (e.g. php-translation)
'phpdoc_to_param_type' => true,
'phpdoc_to_return_type' => true,
'protected_to_private' => false,
Expand Down

0 comments on commit ce6ddfd

Please sign in to comment.