10000 minor #52015 DX: PHP CS Fixer - drop explicit no_superfluous_phpdoc_t… · symfony/symfony@ab04a7a · GitHub
[go: up one dir, main page]

Skip to content

Commit ab04a7a

Browse files
minor #52015 DX: PHP CS Fixer - drop explicit no_superfluous_phpdoc_tags config, as it's part of ruleset already (keradus)
This PR was merged into the 6.3 branch. Discussion ---------- DX: PHP CS Fixer - drop explicit no_superfluous_phpdoc_ CD69 tags config, as it's part of ruleset already https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/src/RuleSet/Sets/SymfonySet.php#L111 Commits ------- 8e877cc DX: PHP CS Fixer - drop explicit no_superfluous_phpdoc_tags config, as it's part of ruleset already
2 parents 80ab630 + 8e877cc commit ab04a7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
'protected_to_private' => false,
3232
'native_constant_invocation' => ['strict' => false],
3333
'nullable_type_declaration_for_default_null_value' => ['use_nullable_type_declaration' => false],
34-
'no_superfluous_phpdoc_tags' => ['remove_inheritdoc' => true],
3534
'header_comment' => ['header' => $fileHeaderComment],
3635
'modernize_strpos' => true,
3736
'get_class_to_class_keyword' => true,

0 commit comments

Comments
 (0)
0