parse-community / parse-php-sdk

The PHP SDK for Parse Platform
https://parseplatform.org/
Other
811 stars 346 forks source link

Add encode option to ParseQuery:find #423

Closed dplewis closed 5 years ago

dplewis commented 5 years ago

the ability to get the result from a ParseQuery->find() without the results being decoded into ParseObject instances.

Similar to https://github.com/parse-community/parse-php-sdk/pull/26

codecov[bot] commented 5 years ago

Codecov Report

Merging #423 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #423      +/-   ##
==========================================
+ Coverage   98.98%   98.98%   +<.01%     
==========================================
  Files          38       38              
  Lines        3146     3150       +4     
==========================================
+ Hits         3114     3118       +4     
  Misses         32       32
Impacted Files Coverage Δ
src/Parse/ParseQuery.php 99.47% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9fb3ce5...90ff1c9. Read the comment docs.