We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ExtendsLine
ImplementsLine
1 parent ee266ef commit b1541dfCopy full SHA for b1541df
src/Cdn77/ruleset.xml
@@ -16,9 +16,9 @@
16
<rule ref="Doctrine">
17
<exclude name="Generic.Formatting.MultipleStatementAlignment"/>
18
19
- <!-- Allow extends on a new line-->
+ <!-- Allow extends on a new line, compatibility with SlevomatCodingStandard.Files.LineLength-->
20
<exclude name="PSR2.Classes.ClassDeclaration.ExtendsLine" />
21
- <!-- Allow implements on a new line-->
+ <!-- Allow implements on a new line, compatibility with SlevomatCodingStandard.Files.LineLength-->
22
<exclude name="PSR2.Classes.ClassDeclaration.ImplementsLine" />
23
24
<exclude name="Squiz.Commenting.FunctionComment.SpacingAfterParamType"/>
0 commit comments