parse-community / parse-php-sdk

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

Ability to pass the decodeObjects boolean through to find in the first method #441

Closed bencarrr closed 5 years ago

dplewis commented 5 years ago

Thanks for the PR. Can you add tests cases similar to https://github.com/parse-community/parse-php-sdk/pull/423?

codecov[bot] commented 5 years ago

Codecov Report

Merging #441 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #441   +/-   ##
=======================================
  Coverage   98.92%   98.92%           
=======================================
  Files          38       38           
  Lines        3160     3160           
=======================================
  Hits         3126     3126           
  Misses         34       34
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 ba3181e...e45e4f3. Read the comment docs.

dplewis commented 5 years ago

@Benjyclay Can you rebase against master?