mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-08 07:52: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:
parent
8bbcbdd3b6
commit
3eacb08273
1 changed files with 2 additions and 1 deletions
|
@ -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'),
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue