mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Remove an unused variable
Summary: I was going to fix the variable name as it violates convention, but it is not used anyway. Test Plan: N/A Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11139
This commit is contained in:
parent
a2ece77f99
commit
d0d1866103
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ final class PhabricatorDifferentialRevisionTestDataGenerator
|
|||
|
||||
public function generate() {
|
||||
$author = $this->loadPhabrictorUser();
|
||||
$authorPHID = $author->getPHID();
|
||||
|
||||
$revision = DifferentialRevision::initializeNewRevision($author);
|
||||
$revision->attachReviewerStatus(array());
|
||||
|
|
Loading…
Reference in a new issue