• Jeremy Mikola's avatar
    Ensure operations return documents as objects by default · 82de6ec1
    Jeremy Mikola authored
    Unless the operation returns a scalar or custom value (e.g. Count, CreateIndexes), we should explicitly convert documents to stdClass instances to return. This will ultimately be made configurable once PHPLIB-112 is implemented.
    
    A manual cast (of arrays to objects) was also necessary until PHPC-318 is implemented.
    82de6ec1
Name
Last commit
Last update
docs Loading commit data...
examples Loading commit data...
src Loading commit data...
tests Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
RELEASE-0.1.0 Loading commit data...
RELEASE-0.2.0 Loading commit data...
apigen.neon Loading commit data...
composer.json Loading commit data...
mkdocs.yml Loading commit data...
phpunit.xml.dist Loading commit data...