Skip to content

Commit 1b7f244

Browse files
SonataCIgithub-actions[bot]
authored andcommitted
DevKit updates
1 parent 7627667 commit 1b7f244

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.php-cs-fixer.dist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
'multiline_whitespace_before_semicolons' => ['strategy' => 'no_multi_line'],
4343
'no_useless_else' => true,
4444
'no_useless_return' => true,
45+
'no_superfluous_phpdoc_tags' => ['allow_mixed' => true, 'remove_inheritdoc' => true],
4546
'nullable_type_declaration_for_default_null_value' => ['use_nullable_type_declaration' => true],
4647
'ordered_class_elements' => true,
4748
'ordered_imports' => ['sort_algorithm' => 'alpha', 'imports_order' => ['class', 'function', 'const']],

0 commit comments

Comments
 (0)