Minor, fix array_merge() issue.
This commit is contained in:
@@ -257,7 +257,7 @@ class DifferentialChangesetViewController extends DifferentialController {
|
||||
$changeset->getDiffID(),
|
||||
'arc:lint');
|
||||
if (!$lint) {
|
||||
return;
|
||||
return array();
|
||||
}
|
||||
$lint = $lint->getData();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user