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.
1 parent 7f818be commit 108e61cCopy full SHA for 108e61c
src/Cdn77/ruleset.xml
@@ -15,6 +15,12 @@
15
<!-- use Doctrine as the base standard -->
16
<rule ref="Doctrine">
17
<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
24
<exclude name="Squiz.Commenting.FunctionComment.SpacingAfterParamType"/>
25
26
<!-- replaced by SlevomatCodingStandard.Commenting.RequireOneLineDocComment -->
0 commit comments