@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.

Fix method visibility for `PhabricatorBitbucketAuthProvider::getProviderConfigurationHelp()`

Summary: Ref T6822.

Test Plan: Visual inspection. This method is only called from within `PhabricatorOAuthAuthProvider` subclasses.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T6822

Differential Revision: https://secure.phabricator.com/D11246

+1 -1
+1 -1
src/applications/auth/provider/PhabricatorBitbucketAuthProvider.php
··· 7 7 return pht('Bitbucket'); 8 8 } 9 9 10 - public function getProviderConfigurationHelp() { 10 + protected function getProviderConfigurationHelp() { 11 11 return pht( 12 12 "To configure Bitbucket OAuth, log in to Bitbucket and go to ". 13 13 "**Manage Account** > **Access Management** > **OAuth**.\n\n".