Skip to content

Commit d388a5f

Browse files
authored
Merge pull request #235 from crf-devs/remove-author-tags
Auto remove author tag
2 parents c33c4d2 + db70e41 commit d388a5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .php_cs.dist

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ return PhpCsFixer\Config::create()
2020
],
2121
'phpdoc_summary' => false,
2222
'no_superfluous_phpdoc_tags' => true,
23+
'general_phpdoc_annotation_remove' => ['author'],
2324
'no_unreachable_default_argument_value' => true,
2425
'no_unused_imports' => false
2526
])

0 commit comments

Comments
 (0)