skoerfgen / ACMECert

PHP client library for Let's Encrypt and other ACME v2 - RFC 8555 compatible Certificate Authorities

Home Page:https://github.com/skoerfgen/ACMECert

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use []; instead of array();

jyxjjj opened this issue · comments

As title.

This would break compatibility with PHP 5.3.
(shortened array syntax is supported since PHP 5.4)