Do not remove @throws
This commit is contained in:
parent
faa7c870e9
commit
b3f319a8d3
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue