Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 23e83bc

Browse files
committed
Fix the ruleset with the update of phpcs
1 parent 8e73fee commit 23e83bc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

phpcs.xml.dist

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@
1414
<property name="ignoreBlankLines" value="false"/>
1515
</properties>
1616
</rule>
17+
<rule ref="Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen">
18+
<severity>0</severity>
19+
</rule>
20+
<rule ref="Squiz.WhiteSpace.ControlStructureSpacing.SpacingBeforeClose">
21+
<severity>0</severity>
22+
</rule>
23+
1724

1825
<!-- Paths to check -->
1926
<file>src</file>

0 commit comments

Comments
 (0)