File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
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
- <!-- Others -->
83
- <rule ref =" Squiz.Commenting.DocCommentAlignment" />
82
+ <rule ref =" Squiz.Commenting.DocCommentAlignment" >
83
+ <!-- Allow to indent special annotations like @ORM\AttributeOverride -->
84
+ <exclude name =" Squiz.Commenting.DocCommentAlignment.SpaceAfterStar" />
85
+ </rule >
84
86
<rule ref =" Generic.PHP.ForbiddenFunctions" />
85
87
<rule ref =" Squiz.PHP.DiscouragedFunctions" />
86
88
<rule ref =" Generic.Arrays.DisallowLongArraySyntax" />
Original file line number Diff line number Diff line change @@ -141,7 +141,9 @@ we do not respect this rule:
141
141
- DocComment should be correctly indented
142
142
143
143
```
144
- <rule ref="Squiz.Commenting.DocCommentAlignment"/>
144
+ <rule ref="Squiz.Commenting.DocCommentAlignment">
145
+ <exclude name="Squiz.Commenting.DocCommentAlignment.SpaceAfterStar"/>
146
+ </rule>
145
147
```
146
148
147
149
### Custom
You can’t perform that action at this time.
0 commit comments