Rename PHIDType classes
Summary: Ref T5655. Rename `PhabricatorPHIDType` subclasses for clarity (see discussion in D9839). I'm not too keen on some of the resulting class names, so feel free to suggest alternatives. Test Plan: Ran unit tests. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: epriestley, Korvin, hach-que Maniphest Tasks: T5655 Differential Revision: https://secure.phabricator.com/D9986
This commit is contained in:
@@ -34,15 +34,15 @@ foreach ($rows as $row) {
|
||||
|
||||
if ($row['commentID']) {
|
||||
$xaction_phid = PhabricatorPHID::generateNewPHID(
|
||||
PhabricatorApplicationTransactionPHIDTypeTransaction::TYPECONST,
|
||||
DifferentialPHIDTypeRevision::TYPECONST);
|
||||
PhabricatorApplicationTransactionTransactionPHIDType::TYPECONST,
|
||||
DifferentialRevisionPHIDType::TYPECONST);
|
||||
} else {
|
||||
$xaction_phid = null;
|
||||
}
|
||||
|
||||
$comment_phid = PhabricatorPHID::generateNewPHID(
|
||||
PhabricatorPHIDConstants::PHID_TYPE_XCMT,
|
||||
DifferentialPHIDTypeRevision::TYPECONST);
|
||||
DifferentialRevisionPHIDType::TYPECONST);
|
||||
|
||||
queryfx(
|
||||
$conn_w,
|
||||
|
||||
Reference in New Issue
Block a user