Skip to content

Commit

Permalink
Merge branch 'stable' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Sep 10, 2024
2 parents 1b9d541 + 8e50c7d commit 30cf21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PHPCSDebug/Sniffs/Debug/TokenListSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public function process(File $phpcsFile, $stackPtr)
}

// Only do this once per file.
return ($phpcsFile->numTokens + 1);
return $phpcsFile->numTokens;
}

/**
Expand Down

0 comments on commit 30cf21e

Please sign in to comment.