Skip to content

Commit 227baf6

Browse files
authored
Merge pull request #2541 from rodrigoprimo/fix-constants-helper-method-param-description
2 parents 00e9af7 + f2a655c commit 227baf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/Helpers/ConstantsHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ final class ConstantsHelper {
4242
* - The `$phpcsFile` parameter was added.
4343
*
4444
* @param \PHP_CodeSniffer\Files\File $phpcsFile The file being scanned.
45-
* @param int $stackPtr The position of the function call token.
45+
* @param int $stackPtr The position of the T_STRING token.
4646
*
4747
* @return bool
4848
*/

0 commit comments

Comments
 (0)