Skip to content

Commit e73a10e

Browse files
authored
Merge pull request #1590 from WordPress-Coding-Standards/feature/native-phpcs-ruleset-tweak
PHPCS native ruleset: don't require exact array double arrow alignment
2 parents 9db4bc2 + f5913cc commit e73a10e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.phpcs.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<rule ref="WordPress.Arrays.MultipleStatementAlignment">
2727
<properties>
2828
<property name="alignMultilineItems" value="!=100"/>
29+
<property name="exact" value="false" phpcs-only="true"/>
2930
</properties>
3031
</rule>
3132

0 commit comments

Comments
 (0)