File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 7979 </rule >
8080 <rule ref =" Squiz.WhiteSpace.SemicolonSpacing" />
8181
82- <!-- Comment -->
83- <rule ref =" Generic.Commenting.DocComment" >
84- <exclude name =" Generic.Commenting.DocComment.MissingShort" />
85- </rule >
86- <rule ref =" Squiz.Commenting.DocCommentAlignment" />
87-
8882 <!-- Others -->
83+ <rule ref =" Squiz.Commenting.DocCommentAlignment" />
8984 <rule ref =" Generic.PHP.ForbiddenFunctions" />
9085 <rule ref =" Squiz.PHP.DiscouragedFunctions" />
9186 <rule ref =" Generic.Arrays.DisallowLongArraySyntax" />
Original file line number Diff line number Diff line change @@ -138,12 +138,9 @@ we do not respect this rule:
138138</rule>
139139```
140140
141- - DocComment should start on a new line, end on a new line and be correctly indented
141+ - DocComment should be correctly indented
142142
143143```
144- <rule ref="Generic.Commenting.DocComment">
145- <exclude name="Generic.Commenting.DocComment.MissingShort"/>
146- </rule>
147144<rule ref="Squiz.Commenting.DocCommentAlignment"/>
148145```
149146
You can’t perform that action at this time.
0 commit comments