We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcafd2a commit 288e7cbCopy full SHA for 288e7cb
IxDFCodingStandard/ruleset.xml
@@ -33,6 +33,8 @@
33
<exclude name="PSR12.Files.FileHeader"/>
34
<exclude name="PSR12.ControlStructures.ControlStructureSpacing.FirstExpressionLine"/>
35
36
+ <!-- Conflicts with PHP-CS-Fixer's single_line_empty_body from PER2x0-->
37
+ <exclude name="PSR2.Classes.ClassDeclaration.OpenBraceNewLine"/>
38
<!-- checked by PSR12.ControlStructures.ControlStructureSpacing -->
39
<exclude name="PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace"/>
40
<!-- checked by SlevomatCodingStandard.Namespaces.UseSpacing -->
0 commit comments