cloudflare / cloudflare-php

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

Fixing fatal error in PHP 7.4 #114

Closed Pezhvak closed 4 years ago

Pezhvak commented 4 years ago

fixing php 7.4 deprecation of curly braces

aaronhuisinga commented 4 years ago

@IcyApril Could we get this one merged in? Simple bug fix to fix compatibility with PHP 7.4. @Pezhvak There is also a curly brace being used in SSLTest.php on line 41. Could you fix that in this PR as well?

Pezhvak commented 4 years ago

@IcyApril Could we get this one merged in? Simple bug fix to fix compatibility with PHP 7.4. @Pezhvak There is also a curly brace being used in SSLTest.php on line 41. Could you fix that in this PR as well?

done