diff --git a/lib/helpers/deprecatedMethod.js b/lib/helpers/deprecatedMethod.js index ed40965..34c885b 100644 --- a/lib/helpers/deprecatedMethod.js +++ b/lib/helpers/deprecatedMethod.js @@ -9,6 +9,8 @@ * @param {string} method The name of the deprecated method * @param {string} [instead] The alternate method to use if applicable * @param {string} [docs] The documentation URL to get further details + * + * @returns {void} */ module.exports = function deprecatedMethod(method, instead, docs) { try {