parse-community / parse-php-sdk

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

make less un-useful noise with bad responses #388

Closed mtopolski closed 5 years ago

mtopolski commented 6 years ago

If ParseClient::_request() gets a bad response and self::$enableCurlExceptions is not enabled when ParseQuery::find() runs it creates PHP warnings because it's trying to foreach a bool. This should help prevent some non useful noise.

dplewis commented 5 years ago

Superced by https://github.com/parse-community/parse-php-sdk/pull/425

Thanks @mtopolski for starting on the PR🙏

parse-github-assistant[bot] commented 2 years ago

The label type:feature cannot be used here.