From 3111038b6a896074fd33a02fa9a4608c94d24be0 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sun, 12 Nov 2023 03:04:35 +0100 Subject: [PATCH] 4.0 | Wiki/Annotated-Ruleset: update information about deprecated/removed array property syntax --- wiki/Annotated-Ruleset.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki/Annotated-Ruleset.md b/wiki/Annotated-Ruleset.md index 3b68295..823619e 100644 --- a/wiki/Annotated-Ruleset.md +++ b/wiki/Annotated-Ruleset.md @@ -328,8 +328,8 @@ The following sample file documents the `ruleset.xml` format and shows you the c Before version 3.3.0, array values are specified by using a string representation of the array. - NOTE: This syntax is deprecated and will be removed in - PHP_CodeSniffer version 4.0 + NOTE: This syntax was deprecated in PHP_CodeSniffer 3.3.0 and + as of PHP_CodeSniffer version 4.0, this syntax is no longer supported. -->