From b8382196b1ab684d78ed768a346cdd585545e987 Mon Sep 17 00:00:00 2001 From: Gary Jones Date: Tue, 20 Dec 2022 01:06:01 +0000 Subject: [PATCH] CS: Update WordPress-Extra exclusions WordPress-Extra will no longer use the `Generic.Arrays.DisallowShortArraySyntax` rule, but does use the improved `Universal.Arrays.DisallowShortArraySyntax` from PHPCSExtra instead, so whilst we have short array syntax being used in the VIPCS sniffs, let's continue to exclude the rule. --- .phpcs.xml.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.phpcs.xml.dist b/.phpcs.xml.dist index 424f4095..a0049b7b 100644 --- a/.phpcs.xml.dist +++ b/.phpcs.xml.dist @@ -19,7 +19,7 @@ - +