Skip to content

Commit

Permalink
update 4 letters for min prefix length
Browse files Browse the repository at this point in the history
  • Loading branch information
davidperezgar committed Aug 29, 2024
1 parent 7f76630 commit 24cf765
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WordPress/Sniffs/NamingConventions/PrefixAllGlobalsSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ final class PrefixAllGlobalsSniff extends AbstractFunctionParameterSniff {
/**
* Minimal number of characters the prefix needs in order to be valid.
*
* @since 2.2.0
* @since n.e.x.t.
*
* @link https://github.com/WordPress/WordPress-Coding-Standards/issues/1733 Issue 1733.
* @link https://github.com/WordPress/WordPress-Coding-Standards/issues/2467 Issue 2467.
*
* @var int
*/
const MIN_PREFIX_LENGTH = 3;
const MIN_PREFIX_LENGTH = 4;

/**
* Target prefixes.
Expand Down

0 comments on commit 24cf765

Please sign in to comment.