We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f18f3ee commit 535204aCopy full SHA for 535204a
tests/Validator.js
@@ -680,8 +680,8 @@ class Validator {
680
681
/**
682
* VideoStreamingFormat array equals validation.
683
- * @param {Array<VideoStreamingFormat>} item1 - An array of VideoStreamingFormat.
684
- * @param {Array<VideoStreamingFormat>} item2 - An array of VideoStreamingFormat.
+ * @param {VideoStreamingFormat[]} item1 - An array of VideoStreamingFormat.
+ * @param {VideoStreamingFormat[]} item2 - An array of VideoStreamingFormat.
685
* @returns {Boolean} - Whether or not they're equal.
686
*/
687
static validateVideoStreamingFormat (item1, item2) {
0 commit comments