Skip to content

Commit 095329b

Browse files
committed
update(config): update phpcs rules.
1 parent c2eb22b commit 095329b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/phpcs.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
<rule ref="WordPress-Extra" />
2727
<rule ref="WordPress-VIP-Go" />
2828

29-
<rule ref="PHPCompatibility">
30-
<exclude name="Generic.Arrays.DisallowShortArraySyntax.Found" />
29+
<rule ref="WordPress-Core">
30+
<exclude name="Generic.Arrays.DisallowShortArraySyntax" />
3131
<exclude name="Universal.Arrays.DisallowShortArraySyntax.Found" />
3232
</rule>
3333

0 commit comments

Comments
 (0)