Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions PHPCSDev/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
most external standards, adding constant visibility is not (yet) an option. -->
<exclude name="PSR12.Properties.ConstantVisibility"/>

<!-- Allow for file docblock on the line directly following the PHP open tag. -->
<exclude name="PSR12.Files.FileHeader.SpacingAfterTagBlock"/>

<!-- Allow for the first condition of a multi-line control structure to be on the same line
as the control structure keyword. -->
<exclude name="PSR12.ControlStructures.ControlStructureSpacing.FirstExpressionLine"/>
Expand Down