diff --git a/phpcs.xml b/phpcs.xml index b0293a5b7490e3368a057c688b82107e120ebc19..ad636b47caf12c29e12bb6f0d67caa22b7482e7c 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -20,7 +20,7 @@ <exclude-pattern>*/vendor/</exclude-pattern> <rule ref="WordPress"> - <exclude name="Generic.Arrays.DisallowShortArraySyntax" /> + <exclude name="Generic.Arrays.DisallowShortArraySyntax.Found" /> <exclude name="WordPress.PHP.DisallowShortTernary" /> <rule ref="Generic.Arrays.DisallowLongArraySyntax" /> </rule>