Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion WordPress/Helpers/ConstantsHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
use WordPressCS\WordPress\Helpers\ContextHelper;

/**
* Helper utilities for checking the context in which a token is used.
* Helper utilities for identifying the use of global constants in PHP code.
*
* ---------------------------------------------------------------------------------------------
* This class is only intended for internal use by WordPressCS and is not part of the public API.
Expand Down
2 changes: 1 addition & 1 deletion WordPress/Helpers/ListHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use PHPCSUtils\Utils\Lists;

/**
* Helper utilities for checking the context in which a token is used.
* Helper utilities for working with lists.
*
* ---------------------------------------------------------------------------------------------
* This class is only intended for internal use by WordPressCS and is not part of the public API.
Expand Down
Loading