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