cloudflare / cloudflare-php

PHP library for the Cloudflare v4 API
BSD 3-Clause "New" or "Revised" License
621 stars 222 forks source link

Add Method Delete Zone #99

Closed benedict-erwin closed 5 years ago

benedict-erwin commented 5 years ago

Reference link: https://api.cloudflare.com/#zone-delete-zone

benedict-erwin commented 5 years ago

I still cannot resolve this error. Because in my local, all test has been passed.

beltofte commented 5 years ago

@benedict-erwin Can you trigger a retest, so I can check why it fails?

beltofte commented 5 years ago

Found the 3 issues in mentioned above when executing "make lint" locally. All of them can be fixed by executing "make fix" as described in CONTRIBUTING.md. After "make fix" is "make lint" passing in my local environment.

benedict-erwin commented 5 years ago

Found the 3 issues in mentioned above when executing "make lint" locally. All of them can be fixed by executing "make fix" as described in CONTRIBUTING.md. After "make fix" is "make lint" passing in my local environment.

Thanks @beltofte

IcyApril commented 5 years ago

Thanks for working on this!