Skip to content

Commit 66db44b

Browse files
authored
Merge pull request #169 from PHPCSStandards/feature/tokenlist-doc-tweak
Debug/Tokenlist: improve doc type
2 parents 9fe1291 + d17ce2d commit 66db44b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PHPCSDebug/Sniffs/Debug/TokenListSniff.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ public function register()
7474
* @param int $stackPtr The position of the current
7575
* token in the stack.
7676
*
77-
* @return int|void Integer stack pointer to skip forward or void to continue
78-
* normal file processing.
77+
* @return int
7978
*/
8079
public function process(File $phpcsFile, $stackPtr)
8180
{

0 commit comments

Comments
 (0)