Skip to content

Commit 108e61c

Browse files
committed
Allow extends and implements on a new line
1 parent 7f818be commit 108e61c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Cdn77/ruleset.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515
<!-- use Doctrine as the base standard -->
1616
<rule ref="Doctrine">
1717
<exclude name="Generic.Formatting.MultipleStatementAlignment"/>
18+
19+
<!-- Allow extends on a new line-->
20+
<exclude name="PSR2.Classes.ClassDeclaration.ExtendsLine" />
21+
<!-- Allow implements on a new line-->
22+
<exclude name="PSR2.Classes.ClassDeclaration.ImplementsLine" />
23+
1824
<exclude name="Squiz.Commenting.FunctionComment.SpacingAfterParamType"/>
1925

2026
<!-- replaced by SlevomatCodingStandard.Commenting.RequireOneLineDocComment -->

0 commit comments

Comments
 (0)