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 7627667 commit 1b7f244Copy full SHA for 1b7f244
1 file changed
.php-cs-fixer.dist.php
@@ -42,6 +42,7 @@
42
'multiline_whitespace_before_semicolons' => ['strategy' => 'no_multi_line'],
43
'no_useless_else' => true,
44
'no_useless_return' => true,
45
+ 'no_superfluous_phpdoc_tags' => ['allow_mixed' => true, 'remove_inheritdoc' => true],
46
'nullable_type_declaration_for_default_null_value' => ['use_nullable_type_declaration' => true],
47
'ordered_class_elements' => true,
48
'ordered_imports' => ['sort_algorithm' => 'alpha', 'imports_order' => ['class', 'function', 'const']],
0 commit comments