File tree 2 files changed +2
-10
lines changed
2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 79
79
</rule >
80
80
<rule ref =" Squiz.WhiteSpace.SemicolonSpacing" />
81
81
82
- <!-- Comment -->
83
- <rule ref =" Generic.Commenting.DocComment" >
84
- <exclude name =" Generic.Commenting.DocComment.MissingShort" />
85
- </rule >
86
- <rule ref =" Squiz.Commenting.DocCommentAlignment" />
87
-
88
82
<!-- Others -->
83
+ <rule ref =" Squiz.Commenting.DocCommentAlignment" />
89
84
<rule ref =" Generic.PHP.ForbiddenFunctions" />
90
85
<rule ref =" Squiz.PHP.DiscouragedFunctions" />
91
86
<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:
138
138
</rule>
139
139
```
140
140
141
- - DocComment should start on a new line, end on a new line and be correctly indented
141
+ - DocComment should be correctly indented
142
142
143
143
```
144
- <rule ref="Generic.Commenting.DocComment">
145
- <exclude name="Generic.Commenting.DocComment.MissingShort"/>
146
- </rule>
147
144
<rule ref="Squiz.Commenting.DocCommentAlignment"/>
148
145
```
149
146
You can’t perform that action at this time.
0 commit comments