@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 a duplicate `case` statement

Summary: This appears to be a typo, identified by `ArcanistXHPASTLinter::LINT_DUPLICATE_SWITCH_CASE` (see D11171).

Test Plan: `arc lint`

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin, epriestley

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

+1 -1
+1 -1
src/applications/auth/editor/PhabricatorAuthProviderConfigEditor.php
··· 41 41 return (int)$object->getShouldAllowLink(); 42 42 case PhabricatorAuthProviderConfigTransaction::TYPE_UNLINK: 43 43 return (int)$object->getShouldAllowUnlink(); 44 - case PhabricatorAuthProviderConfigTransaction::TYPE_UNLINK: 44 + case PhabricatorAuthProviderConfigTransaction::TYPE_TRUST_EMAILS: 45 45 return (int)$object->getShouldTrustEmails(); 46 46 case PhabricatorAuthProviderConfigTransaction::TYPE_PROPERTY: 47 47 $key = $xaction->getMetadataValue(