Skip to content

Commit 288e7cb

Browse files
committed
Exclude PSR2.Classes.ClassDeclaration.OpenBraceNewLine
1 parent dcafd2a commit 288e7cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

IxDFCodingStandard/ruleset.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
<exclude name="PSR12.Files.FileHeader"/>
3434
<exclude name="PSR12.ControlStructures.ControlStructureSpacing.FirstExpressionLine"/>
3535

36+
<!-- Conflicts with PHP-CS-Fixer's single_line_empty_body from PER2x0-->
37+
<exclude name="PSR2.Classes.ClassDeclaration.OpenBraceNewLine"/>
3638
<!-- checked by PSR12.ControlStructures.ControlStructureSpacing -->
3739
<exclude name="PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace"/>
3840
<!-- checked by SlevomatCodingStandard.Namespaces.UseSpacing -->

0 commit comments

Comments
 (0)