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
This commit is contained in:
@@ -7,7 +7,7 @@ final class PhabricatorBitbucketAuthProvider
|
||||
return pht('Bitbucket');
|
||||
}
|
||||
|
||||
public function getProviderConfigurationHelp() {
|
||||
protected function getProviderConfigurationHelp() {
|
||||
return pht(
|
||||
"To configure Bitbucket OAuth, log in to Bitbucket and go to ".
|
||||
"**Manage Account** > **Access Management** > **OAuth**.\n\n".
|
||||
|
||||
Reference in New Issue
Block a user