Skip to content

Commit 466031d

Browse files
committed
Add a few rules about cleaning phpdocs
1 parent fb55075 commit 466031d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/Rules/DefaultRules.php

+2
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@ public function getRules(bool $risky): array
9595
/*
9696
* @PhpCsFixer
9797
*/
98+
'no_empty_phpdoc' => true,
9899
'method_chaining_indentation' => true,
100+
'phpdoc_trim_consecutive_blank_line_separation' => true,
99101
'phpdoc_var_annotation_correct_order' => true,
100102
'phpdoc_add_missing_param_annotation' => [
101103
'only_untyped' => true,

0 commit comments

Comments
 (0)