1
0
Fork 0
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:
Joshua Spence 2015-01-03 10:30:34 +11:00
parent a2ece77f99
commit d0d1866103

View file

@ -5,7 +5,6 @@ final class PhabricatorDifferentialRevisionTestDataGenerator
public function generate() {
$author = $this->loadPhabrictorUser();
$authorPHID = $author->getPHID();
$revision = DifferentialRevision::initializeNewRevision($author);
$revision->attachReviewerStatus(array());