commitPHID = $data['phid']; } protected function loadInlineComments() { $user = $this->getRequest()->getUser(); $inlines = PhabricatorAuditInlineComment::loadDraftComments( $user, $this->commitPHID); return $inlines; } }