mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-24 22:40: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(),
|
$changeset->getDiffID(),
|
||||||
'arc:lint');
|
'arc:lint');
|
||||||
if (!$lint) {
|
if (!$lint) {
|
||||||
return;
|
return array();
|
||||||
}
|
}
|
||||||
$lint = $lint->getData();
|
$lint = $lint->getData();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue