We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2eb22b commit 095329bCopy full SHA for 095329b
1 file changed
.circleci/phpcs.xml
@@ -26,8 +26,8 @@
26
<rule ref="WordPress-Extra" />
27
<rule ref="WordPress-VIP-Go" />
28
29
- <rule ref="PHPCompatibility">
30
- <exclude name="Generic.Arrays.DisallowShortArraySyntax.Found" />
+ <rule ref="WordPress-Core">
+ <exclude name="Generic.Arrays.DisallowShortArraySyntax" />
31
<exclude name="Universal.Arrays.DisallowShortArraySyntax.Found" />
32
</rule>
33
0 commit comments