diff --git a/WordPress/Helpers/ConstantsHelper.php b/WordPress/Helpers/ConstantsHelper.php index 080f3cf223..6f2d590e46 100644 --- a/WordPress/Helpers/ConstantsHelper.php +++ b/WordPress/Helpers/ConstantsHelper.php @@ -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. diff --git a/WordPress/Helpers/ListHelper.php b/WordPress/Helpers/ListHelper.php index aa1e22477f..99373b2aec 100644 --- a/WordPress/Helpers/ListHelper.php +++ b/WordPress/Helpers/ListHelper.php @@ -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.