Mismatched JSDoc and function signature

Last modified: 03 December 2024

Reports mismatch between the names and the number of parameters within a JSDoc comment and the actual parameters of a function. Suggests updating parameters in JSDoc comment.

Example:

After the quick-fix is applied: