Skip to content

Commit

Permalink
Update WordPress/AbstractValidSlugSniff.php
Browse files Browse the repository at this point in the history
Co-authored-by: Juliette <663378+jrfnl@users.noreply.github.com>
  • Loading branch information
IanDelMar and jrfnl authored Sep 10, 2024
1 parent 265d46f commit 5b7267e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WordPress/AbstractValidSlugSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ abstract class AbstractValidSlugSniff extends AbstractFunctionParameterSniff {
protected $valid_characters;

/**
* Array of reserved names which can not be used by themes and plugins.
* Array of reserved names for a specific slug type.
*
* @var array<string, true> Key is reserved name, value irrelevant.
*/
Expand Down

0 comments on commit 5b7267e

Please sign in to comment.