1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-08 16:02:39 +01:00

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
This commit is contained in:
Joshua Spence 2015-04-05 22:27:52 +10:00
parent 8bbcbdd3b6
commit 3eacb08273

View file

@ -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'),
);
}