diff --git a/src/infrastructure/diff/interface/PhabricatorInlineComment.php b/src/infrastructure/diff/interface/PhabricatorInlineComment.php --- a/src/infrastructure/diff/interface/PhabricatorInlineComment.php +++ b/src/infrastructure/diff/interface/PhabricatorInlineComment.php @@ -101,6 +101,11 @@ abstract public function supportsHiding(); abstract public function isHidden(); + /** + * @return Phobject + */ + abstract public function getTransactionCommentForSave(); + public function isDraft() { return !$this->getTransactionPHID(); }