Skip to content

Commit 3533cf5

Browse files
committed
Code style updates WIP 3
1 parent 0fd3391 commit 3533cf5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

phpcs.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0"?>
2+
<ruleset name="Disable specific sniffs only">
3+
<description>Disables two Squiz for-loop spacing sniffs, leaves everything else unchanged.</description>
4+
5+
<!-- Exclude just these two checks -->
6+
<exclude name="Squiz.ControlStructures.ForLoopDeclaration.SpacingAfterOpen"/>
7+
<exclude name="Squiz.ControlStructures.ForLoopDeclaration.SpacingBeforeClose"/>
8+
</ruleset>

0 commit comments

Comments
 (0)