Skip to content

Commit

Permalink
Fix php 5.3 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek authored Jan 24, 2018
1 parent fa406a6 commit deb2859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/jsonlint
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit deb2859

Please sign in to comment.