N1qlQuery missing options in stub

According to this post : PHP SDK: Running query against 2 buckets

N1qlQuery have a public property options, but nothing in this stub : https://github.com/JetBrains/phpstorm-stubs/blob/master/couchbase/couchbase.php#L1646

Accessing options was temporary solution, and now the library moving towards single authenticator container. Stubs refer to code example here:

The rendered documentation accessible here: http://docs.couchbase.com/sdk-api/couchbase-php-client-2.3.0/classes/Couchbase.N1qlQuery.html#method_crossBucket

Example source here: