cloudflare / cloudflare-php

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

Added new TLS & Zone settings Endpoints #84

Closed pauladams8 closed 5 years ago

pauladams8 commented 5 years ago

I added the following new endpoints in the TLS.php file and a new ZoneSettings.php file.

aaronhuisinga commented 5 years ago

@pauladams8 The issue Travis is having is with the variable $js you defined in ZoneSettings.php on line 92.

"Avoid variables with short names like $js. Configured minimum length is 3."

If you change it from $js to $javascript or something along those lines, the build should pass.

pauladams8 commented 5 years ago

@IcyApril ?