mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
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:
parent
2c855a8993
commit
81972b61d7
1 changed files with 1 additions and 1 deletions
|
@ -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".
|
||||
|
|
Loading…
Reference in a new issue