Skip to content

Commit

Permalink
adjust jsdoc return value
Browse files Browse the repository at this point in the history
remove
  • Loading branch information
flovogt committed Apr 4, 2022
1 parent c80883b commit a896529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tasks/TaskUtil.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ class TaskUtil {
* If no option with the given <code>key</code> is stored, <code>undefined</code> is returned.
*
* @param {string} key The option key
* @returns {object|undefined} The build option (or undefined)
* @public
* @returns {any|undefined} The build option (or undefined)
* @private
*/
getBuildOption(key) {
return this._projectBuildContext.getOption(key);
Expand Down

0 comments on commit a896529

Please sign in to comment.