We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa7c87 commit b3f319aCopy full SHA for b3f319a
.php-cs-fixer.dist.php
@@ -55,7 +55,7 @@
55
'function_declaration' => true,
56
'function_to_constant' => true,
57
'function_typehint_space' => true,
58
- 'general_phpdoc_annotation_remove' => ['annotations' => ['access', 'category', 'copyright', 'throws']],
+ 'general_phpdoc_annotation_remove' => ['annotations' => ['access', 'category', 'copyright']],
59
'global_namespace_import' => true,
60
'header_comment' => false, // We don't use common header in all our files
61
'heredoc_indentation' => false, // Requires PHP >= 7.3
0 commit comments