diff --git a/tool-config/php_cs_fixer.dist b/tool-config/php_cs_fixer.dist index 77af610..14c83d5 100644 --- a/tool-config/php_cs_fixer.dist +++ b/tool-config/php_cs_fixer.dist @@ -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,