Skip to content

Commit f966926

Browse files
committed
Add rules to cleanup PHPDocs
1 parent 9f6d02c commit f966926

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.php_cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ $config->setRules([
77
'array_syntax' => [
88
'syntax' => 'short',
99
],
10+
'no_empty_phpdoc' => true,
11+
'no_superfluous_phpdoc_tags' => true,
1012
]);
1113

1214
$finder = PhpCsFixer\Finder::create();

0 commit comments

Comments
 (0)