mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Add 'description' to Diff dict
This commit is contained in:
parent
2ffc924fb5
commit
2f85be0243
1 changed files with 1 additions and 0 deletions
|
@ -251,6 +251,7 @@ final class DifferentialDiff extends DifferentialDAO {
|
|||
'sourceControlSystem' => $this->getSourceControlSystem(),
|
||||
'branch' => $this->getBranch(),
|
||||
'creationMethod' => $this->getCreationMethod(),
|
||||
'description' => $this->getDescription(),
|
||||
'unitStatus' => $this->getUnitStatus(),
|
||||
'lintStatus' => $this->getLintStatus(),
|
||||
'changes' => array(),
|
||||
|
|
Loading…
Reference in a new issue