Andreas Braun
Andreas Braun
When creating an `IteratorIterator` with an iterator of `TIterator`, we can assume that `getInnerIterator` will return that same `TIterator` type. Technically, this change could be applied to `OuterIterator`, although that...
This updates the function map to include methods introduced in ext-mongodb 1.20.
PHPLIB-1185 This PR adds the following new methods: * `Client::getDatabase`, changed `Client::selectDatabase` and `Client::__get` to proxy to this method * `Client::getCollection`, changed `Client::selectCollection` to proxy to this method * `Database::getCollection`,...
The attribute reference refers to parameters of attributes as "attributes", most likely as a leftover from when it was the annotation reference and wasn't as confusing. The following alternatives come...
The providers page for packages (e.g. [this one for ext-mongodb](https://packagist.org/providers/ext-mongodb)) does not list any `php-ext` packages that provide the corresponding extension (which in this case would be [mongodb/mongodb-extension](https://packagist.org/packages/mongodb/mongodb-extension)). For any...
PHPLIB-1726 This is a first draft of instructions for Copilot, aiming to improve the quality of reviews. The file itself was generated by Copilot itself and reviewed for completeness.