We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The DocBlock of Api::setWatchers method says Result|false, but in reality it always returns array of Result class objects and should be Result[].
Api::setWatchers
Result|false
Result
Result[]