Skip to content

Commit eafb84a

Browse files
authored
Merge pull request #7107 from DayKev/fix-getvalue-return-hint
Fix JSDocs return type of `Phaser.Tweens.Tween#getValue`
2 parents c57f019 + f14b50e commit eafb84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tweens/tween/Tween.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ var Tween = new Class({
242242
*
243243
* @param {number} [index=0] - The Tween Data to return the value from.
244244
*
245-
* @return {number} The value of the requested Tween Data, or `null` if this Tween has been destroyed.
245+
* @return {number|null} The value of the requested Tween Data, or `null` if this Tween has been destroyed.
246246
*/
247247
getValue: function (index)
248248
{

0 commit comments

Comments
 (0)