String.match(regexp) JSDoc Oddity

string.match(regexp) returns an array of strings. So the proper JSDoc nomenclature should be @return{String[]}, but Servoy creates a warning marker:
Changing the JSDoc nomenclature to @return{String} makes the warning maker go away but is not correct.
Am I missing something?
Changing the JSDoc nomenclature to @return{String} makes the warning maker go away but is not correct.
Am I missing something?