From 3eacb08273de878eaf05fe0904c3cfe88611bc13 Mon Sep 17 00:00:00 2001 From: Joshua Spence Date: Sun, 5 Apr 2015 22:27:52 +1000 Subject: [PATCH] Fix an odd looking array Summary: This array looks a little odd, most likely due to the autofix applied by `ArcanistXHPASTLinter::LINT_ARRAY_SEPARATOR`. See D12296 in which I attempt to improve the autocorrection from this linter rule. Test Plan: N/A Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D12280 --- scripts/arcanist.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/arcanist.php b/scripts/arcanist.php index c0bd7661..b7f70f55 100755 --- a/scripts/arcanist.php +++ b/scripts/arcanist.php @@ -456,7 +456,8 @@ function sanity_check_environment() { 'text', "You need to install the cURL PHP extension, maybe with ". "'apt-get install php5-curl' or 'yum install php53-curl' or ". - "something similar.",), + "something similar.", + ), 'json_decode' => array('flag', '--without-json'), ); }