Skip to content

Commit 0c2ffa7

Browse files
committed
Merge pull request #347 from lencioni/jsdoc
Add missing JSDoc `@param` in variable.js
2 parents 8e43e51 + a38f34c commit 0c2ffa7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/util/variable.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
/**
88
* Record that a particular variable has been used in code
99
*
10+
* @param {Object} context The current rule context.
1011
* @param {String} name The name of the variable to mark as used.
1112
* @returns {Boolean} True if the variable was found and marked as used, false if not.
1213
*/

0 commit comments

Comments
 (0)