Skip to content

Commit 00e9af7

Browse files
authored
Fix the class description for ConstantsHelper and ListHelper (#2540)
The previous description contained information about the ContextHelper class.
1 parent 6ee142e commit 00e9af7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WordPress/Helpers/ConstantsHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use WordPressCS\WordPress\Helpers\ContextHelper;
1717

1818
/**
19-
* Helper utilities for checking the context in which a token is used.
19+
* Helper utilities for identifying the use of global constants in PHP code.
2020
*
2121
* ---------------------------------------------------------------------------------------------
2222
* This class is only intended for internal use by WordPressCS and is not part of the public API.

WordPress/Helpers/ListHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use PHPCSUtils\Utils\Lists;
1616

1717
/**
18-
* Helper utilities for checking the context in which a token is used.
18+
* Helper utilities for working with lists.
1919
*
2020
* ---------------------------------------------------------------------------------------------
2121
* This class is only intended for internal use by WordPressCS and is not part of the public API.

0 commit comments

Comments
 (0)