The DocBlock of `Api::setWatchers` method says `Result|false`, but in reality it always returns array of `Result` class objects and should be `Result[]`.