@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

-1
-1
src/applications/differential/lipsum/PhabricatorDifferentialRevisionTestDataGenerator.php
··· 5 5 6 6 public function generate() { 7 7 $author = $this->loadPhabrictorUser(); 8 - $authorPHID = $author->getPHID(); 9 8 10 9 $revision = DifferentialRevision::initializeNewRevision($author); 11 10 $revision->attachReviewerStatus(array());