Do not remove @throws

This commit is contained in:
Vincent Langlet 2022-07-22 14:37:20 +02:00
parent faa7c870e9
commit b3f319a8d3
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ $config
'function_declaration' => true, 'function_declaration' => true,
'function_to_constant' => true, 'function_to_constant' => true,
'function_typehint_space' => true, 'function_typehint_space' => true,
'general_phpdoc_annotation_remove' => ['annotations' => ['access', 'category', 'copyright', 'throws']], 'general_phpdoc_annotation_remove' => ['annotations' => ['access', 'category', 'copyright']],
'global_namespace_import' => true, 'global_namespace_import' => true,
'header_comment' => false, // We don't use common header in all our files 'header_comment' => false, // We don't use common header in all our files
'heredoc_indentation' => false, // Requires PHP >= 7.3 'heredoc_indentation' => false, // Requires PHP >= 7.3