Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Commits
- rARCcb2007825048: Fix `LINT_ARRAY_SEPARATOR` for nested arrays
Added a test case.
Diff Detail
Diff Detail
- Repository
- rARC Arcanist
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Another possible issue:
$keys = array(
'key1' => mt_rand(),
'key2' => '',
- 'key3' => 'Phabricator');
+ 'key3' => 'Phabricator',);