From 32521a06ab04527c0a8bd40d8e5d18c1f6a383cb Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Tue, 17 Dec 2019 09:07:47 -0800 Subject: [PATCH] Update PHPCS rules --- phpcs.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpcs.xml b/phpcs.xml index b0293a5..ad636b4 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> -- GitLab