We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4456ad commit 406c8dfCopy full SHA for 406c8df
WordPress/Sniffs/NamingConventions/PrefixAllGlobalsSniff.php
@@ -58,8 +58,8 @@ final class PrefixAllGlobalsSniff extends AbstractFunctionParameterSniff {
58
/**
59
* Minimal number of characters the prefix needs in order to be valid.
60
*
61
- * @since 3.2.0
62
* @since 2.2.0
+ * @since 3.2.0 The minimum number of characters was raised from 3 to 4.
63
64
* @link https://github.com/WordPress/WordPress-Coding-Standards/issues/1733 Issue 1733.
65
* @link https://github.com/WordPress/WordPress-Coding-Standards/issues/2467 Issue 2467.
0 commit comments