When {array} is the type of parameter, some IDEs (WebStorm, for example) highlight valid function calls as parameter type mismatch.
It should be {Array}.
Coverage remained the same at 100.0% when pulling 313fd63a4449820deaa205574def5986b5aea78f on rumata28:patch-1 into d05c99add3545f2030bbaa4d96caa348f9e0de37 on firmata:master.
When
{array}
is the type of parameter, some IDEs (WebStorm, for example) highlight valid function calls as parameter type mismatch. It should be{Array}
.