From 464649a7637d91b5ace760b8c07cc34f2e0890fb Mon Sep 17 00:00:00 2001 From: Barry Ceelen Date: Mon, 25 Nov 2019 15:24:56 +0100 Subject: [PATCH] Allow shorthand array syntax WPCS wants arrays to be declared using long array syntax in WordPress Core: https://github.com/WordPress/WordPress-Coding-Standards/pull/1770 https://make.wordpress.org/core/2019/07/12/php-coding-standards-changes/ --- 10up-Default/ruleset.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/10up-Default/ruleset.xml b/10up-Default/ruleset.xml index 97194c6..0761cec 100644 --- a/10up-Default/ruleset.xml +++ b/10up-Default/ruleset.xml @@ -57,6 +57,9 @@ + + +