mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 00:42:40 +01:00
Remove the ArcanistBaseWorkflow::getUserGUID
function.
Summary: This function has been deprecated for a long time (see rARC8150fdf044818c503a588c1b3ef0ddbb93cfa1be). It should be safe to remove it now. Test Plan: N/A Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9465
This commit is contained in:
parent
b189b594d2
commit
08bad11bc8
1 changed files with 0 additions and 12 deletions
|
@ -449,18 +449,6 @@ abstract class ArcanistBaseWorkflow extends Phobject {
|
|||
return $this->userPHID;
|
||||
}
|
||||
|
||||
/**
|
||||
* Deprecated. See @{method:getUserPHID}.
|
||||
*
|
||||
* @deprecated
|
||||
*/
|
||||
final public function getUserGUID() {
|
||||
phutil_deprecated(
|
||||
'ArcanistBaseWorkflow::getUserGUID',
|
||||
'This method has been renamed to getUserPHID().');
|
||||
return $this->getUserPHID();
|
||||
}
|
||||
|
||||
/**
|
||||
* Return the username for the user once they've authenticated via Conduit.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue