mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-21 22:32:41 +01:00
Possible workaround for null 'changes'.
Summary: Test Plan: Reviewers: CC:
This commit is contained in:
parent
22ceb9a60a
commit
482db3a83c
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class ArcanistDiffHunk {
|
|||
'delLines' => $this->delLines,
|
||||
'isMissingOldNewline' => $this->isMissingOldNewline,
|
||||
'isMissingNewNewline' => $this->isMissingNewNewline,
|
||||
'corpus' => $this->corpus,
|
||||
'corpus' => (string)$this->corpus,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue