Skip to content

Commit b3f319a

Browse files
Do not remove @throws
1 parent faa7c87 commit b3f319a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
'function_declaration' => true,
5656
'function_to_constant' => true,
5757
'function_typehint_space' => true,
58-
'general_phpdoc_annotation_remove' => ['annotations' => ['access', 'category', 'copyright', 'throws']],
58+
'general_phpdoc_annotation_remove' => ['annotations' => ['access', 'category', 'copyright']],
5959
'global_namespace_import' => true,
6060
'header_comment' => false, // We don't use common header in all our files
6161
'heredoc_indentation' => false, // Requires PHP >= 7.3

0 commit comments

Comments
 (0)