Skip to content

Commit 3111038

Browse files
committed
4.0 | Wiki/Annotated-Ruleset: update information about deprecated/removed array property syntax
1 parent 93f71d1 commit 3111038

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wiki/Annotated-Ruleset.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,8 @@ The following sample file documents the `ruleset.xml` format and shows you the c
328328
Before version 3.3.0, array values are specified by using a string
329329
representation of the array.
330330
331-
NOTE: This syntax is deprecated and will be removed in
332-
PHP_CodeSniffer version 4.0
331+
NOTE: This syntax was deprecated in PHP_CodeSniffer 3.3.0 and
332+
as of PHP_CodeSniffer version 4.0, this syntax is no longer supported.
333333
-->
334334
<rule ref="Generic.PHP.ForbiddenFunctions">
335335
<properties>

0 commit comments

Comments
 (0)