Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions wiki/Annotated-Ruleset.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
-->
<rule ref="Generic.PHP.ForbiddenFunctions">
<properties>
Expand Down
Loading