getReleephRequest(); $commit = $pull->loadPhabricatorRepositoryCommit(); if (!$commit) { return array(); } $author_phid = $commit->getAuthorPHID(); if (!$author_phid) { return array(); } return array($author_phid); } public function renderPropertyViewValue(array $handles) { return $this->renderHandleList($handles); } }