mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-24 13:38:19 +01:00
Fix visibility for DifferentialManiphestTasksField::readValueFromRevision
Summary: Ref T6822. Test Plan: `grep` for `->readValueFromRevision(`. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T6822 Differential Revision: https://secure.phabricator.com/D11364
This commit is contained in:
parent
b9646f31e9
commit
346d970707
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ final class DifferentialManiphestTasksField
|
||||||
return $this->getFieldName();
|
return $this->getFieldName();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function readValueFromRevision(DifferentialRevision $revision) {
|
protected function readValueFromRevision(DifferentialRevision $revision) {
|
||||||
if (!$revision->getPHID()) {
|
if (!$revision->getPHID()) {
|
||||||
return array();
|
return array();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue