From 3638b5553ae8315ea1585d4d03a9daadfe2edd12 Mon Sep 17 00:00:00 2001 From: dag Date: Fri, 18 Mar 2022 09:58:47 +0100 Subject: [PATCH] phpcs: allow short array syntax (#2506) Short array syntax was added to PHP in PHP 5.4 (2012) and replaces array() with [] --- phpcs.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/phpcs.xml b/phpcs.xml index d45b6d10..74c7a020 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -100,6 +100,4 @@ - -