diff --git a/PHPCSDebug/Sniffs/Debug/TokenListSniff.php b/PHPCSDebug/Sniffs/Debug/TokenListSniff.php index f869e0a..d2f5a6f 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) {