mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-20 04:20:55 +01:00
Minor, fix array_merge() issue.
This commit is contained in:
parent
2b3d7e757e
commit
1cb81936e7
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ class DifferentialChangesetViewController extends DifferentialController {
|
|||
$changeset->getDiffID(),
|
||||
'arc:lint');
|
||||
if (!$lint) {
|
||||
return;
|
||||
return array();
|
||||
}
|
||||
$lint = $lint->getData();
|
||||
|
||||
|
|
Loading…
Reference in a new issue