File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ const validateParameterNames = (
315
315
* idx: import('../iterateJsdoc.js').Integer
316
316
* }[] } jsdocParameterNames
317
317
* @param {import('comment-parser').Block } jsdoc
318
- * @param {Function } report
318
+ * @param {import('../iterateJsdoc.js').Report } report
319
319
* @returns {boolean }
320
320
*/
321
321
const validateParameterNamesDeep = (
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ const validatePropertyNames = (
51
51
* type: string;
52
52
* }[] } jsdocPropertyNames
53
53
* @param {import('comment-parser').Block } jsdoc
54
- * @param {Function } report
54
+ * @param {import('../iterateJsdoc.js').Report } report
55
55
*/
56
56
const validatePropertyNamesDeep = (
57
57
targetTagName ,
You can’t perform that action at this time.
0 commit comments