Ejemplo n.º 1
0
 public function isInlineCommentTransaction()
 {
     switch ($this->getTransactionType()) {
         case self::TYPE_INLINE:
             return true;
     }
     return parent::isInlineCommentTransaction();
 }
 public function isInlineCommentTransaction()
 {
     switch ($this->getTransactionType()) {
         case PhabricatorAuditActionConstants::INLINE:
             return true;
     }
     return parent::isInlineCommentTransaction();
 }