From d17ce2dce6adff01636eff8b6f2591df54e8334e Mon Sep 17 00:00:00 2001 From: jrfnl Date: Fri, 8 Nov 2024 16:16:47 +0100 Subject: [PATCH] Debug/Tokenlist: improve doc type --- PHPCSDebug/Sniffs/Debug/TokenListSniff.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PHPCSDebug/Sniffs/Debug/TokenListSniff.php b/PHPCSDebug/Sniffs/Debug/TokenListSniff.php index 5b5869a..c92b3cb 100644 --- a/PHPCSDebug/Sniffs/Debug/TokenListSniff.php +++ b/PHPCSDebug/Sniffs/Debug/TokenListSniff.php @@ -74,8 +74,7 @@ public function register() * @param int $stackPtr The position of the current * token in the stack. * - * @return int|void Integer stack pointer to skip forward or void to continue - * normal file processing. + * @return int */ public function process(File $phpcsFile, $stackPtr) {