Skip to content

Commit b1541df

Browse files
committed
Explain excluding ExtendsLine & ImplementsLine sniffs
1 parent ee266ef commit b1541df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Cdn77/ruleset.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
<rule ref="Doctrine">
1717
<exclude name="Generic.Formatting.MultipleStatementAlignment"/>
1818

19-
<!-- Allow extends on a new line-->
19+
<!-- Allow extends on a new line, compatibility with SlevomatCodingStandard.Files.LineLength-->
2020
<exclude name="PSR2.Classes.ClassDeclaration.ExtendsLine" />
21-
<!-- Allow implements on a new line-->
21+
<!-- Allow implements on a new line, compatibility with SlevomatCodingStandard.Files.LineLength-->
2222
<exclude name="PSR2.Classes.ClassDeclaration.ImplementsLine" />
2323

2424
<exclude name="Squiz.Commenting.FunctionComment.SpacingAfterParamType"/>

0 commit comments

Comments
 (0)