diff --git a/src/applications/auth/provider/PhabricatorBitbucketAuthProvider.php b/src/applications/auth/provider/PhabricatorBitbucketAuthProvider.php index 2608c92cb7..9b99f88386 100644 --- a/src/applications/auth/provider/PhabricatorBitbucketAuthProvider.php +++ b/src/applications/auth/provider/PhabricatorBitbucketAuthProvider.php @@ -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".