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.
2 parents f766a2c + 43dae6c commit 88e2f12Copy full SHA for 88e2f12
PHPCSDev/ruleset.xml
@@ -49,6 +49,9 @@
49
most external standards, adding constant visibility is not (yet) an option. -->
50
<exclude name="PSR12.Properties.ConstantVisibility"/>
51
52
+ <!-- Allow for file docblock on the line directly following the PHP open tag. -->
53
+ <exclude name="PSR12.Files.FileHeader.SpacingAfterTagBlock"/>
54
+
55
<!-- Allow for the first condition of a multi-line control structure to be on the same line
56
as the control structure keyword. -->
57
<exclude name="PSR12.ControlStructures.ControlStructureSpacing.FirstExpressionLine"/>
0 commit comments