1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-23 07:12:41 +01:00

Add 'description' to Diff dict

This commit is contained in:
vrana 2012-06-15 16:16:03 -07:00
parent 2ffc924fb5
commit 2f85be0243

View file

@ -251,6 +251,7 @@ final class DifferentialDiff extends DifferentialDAO {
'sourceControlSystem' => $this->getSourceControlSystem(), 'sourceControlSystem' => $this->getSourceControlSystem(),
'branch' => $this->getBranch(), 'branch' => $this->getBranch(),
'creationMethod' => $this->getCreationMethod(), 'creationMethod' => $this->getCreationMethod(),
'description' => $this->getDescription(),
'unitStatus' => $this->getUnitStatus(), 'unitStatus' => $this->getUnitStatus(),
'lintStatus' => $this->getLintStatus(), 'lintStatus' => $this->getLintStatus(),
'changes' => array(), 'changes' => array(),