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

Remove an unused class

Summary: This class is no longer used after D7585.

Test Plan: `grep`

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin, epriestley

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

-4
-1
src/__phutil_library_map__.php
··· 1056 1056 'MetaMTANotificationType' => 'applications/metamta/constants/MetaMTANotificationType.php', 1057 1057 'MetaMTAReceivedMailStatus' => 'applications/metamta/constants/MetaMTAReceivedMailStatus.php', 1058 1058 'NuanceConduitAPIMethod' => 'applications/nuance/conduit/NuanceConduitAPIMethod.php', 1059 - 'NuanceConstants' => 'applications/nuance/constants/NuanceConstants.php', 1060 1059 'NuanceController' => 'applications/nuance/controller/NuanceController.php', 1061 1060 'NuanceCreateItemConduitAPIMethod' => 'applications/nuance/conduit/NuanceCreateItemConduitAPIMethod.php', 1062 1061 'NuanceDAO' => 'applications/nuance/storage/NuanceDAO.php',
-3
src/applications/nuance/constants/NuanceConstants.php
··· 1 - <?php 2 - 3 - abstract class NuanceConstants {}