From deb2859d02423cd6cc3c5308796d1eb726c32e61 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 24 Jan 2018 13:45:33 +0100 Subject: [PATCH] Fix php 5.3 compat --- bin/jsonlint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/jsonlint b/bin/jsonlint index 9874f2c..07b3e4b 100755 --- a/bin/jsonlint +++ b/bin/jsonlint @@ -27,7 +27,7 @@ if ((!$loader = includeIfExists(__DIR__.'/../vendor/autoload.php')) && (!$loader use Seld\JsonLint\JsonParser; -$files = []; +$files = array(); $quiet = false; if (isset($_SERVER['argc']) && $_SERVER['argc'] > 1) {