Page MenuHomePhabricator

D11134.id26736.diff
No OneTemporary

D11134.id26736.diff

diff --git a/src/__phutil_library_map__.php b/src/__phutil_library_map__.php
--- a/src/__phutil_library_map__.php
+++ b/src/__phutil_library_map__.php
@@ -1722,7 +1722,6 @@
'PhabricatorFeedStoryPublisher' => 'applications/feed/PhabricatorFeedStoryPublisher.php',
'PhabricatorFeedStoryReference' => 'applications/feed/storage/PhabricatorFeedStoryReference.php',
'PhabricatorFeedStoryStatus' => 'applications/feed/story/PhabricatorFeedStoryStatus.php',
- 'PhabricatorFeedStoryTypeConstants' => 'applications/feed/constants/PhabricatorFeedStoryTypeConstants.php',
'PhabricatorFile' => 'applications/files/storage/PhabricatorFile.php',
'PhabricatorFileBundleLoader' => 'applications/files/query/PhabricatorFileBundleLoader.php',
'PhabricatorFileCommentController' => 'applications/files/controller/PhabricatorFileCommentController.php',
@@ -4899,7 +4898,6 @@
'PhabricatorFeedStoryPhriction' => 'PhabricatorFeedStory',
'PhabricatorFeedStoryReference' => 'PhabricatorFeedDAO',
'PhabricatorFeedStoryStatus' => 'PhabricatorFeedStory',
- 'PhabricatorFeedStoryTypeConstants' => 'PhabricatorFeedConstants',
'PhabricatorFile' => array(
'PhabricatorFileDAO',
'PhabricatorApplicationTransactionInterface',
diff --git a/src/applications/feed/constants/PhabricatorFeedStoryTypeConstants.php b/src/applications/feed/constants/PhabricatorFeedStoryTypeConstants.php
deleted file mode 100644
--- a/src/applications/feed/constants/PhabricatorFeedStoryTypeConstants.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-
-final class PhabricatorFeedStoryTypeConstants
- extends PhabricatorFeedConstants {
-
- const STORY_PHRICTION = 'PhabricatorFeedStoryPhriction';
- const STORY_COMMIT = 'PhabricatorFeedStoryCommit';
-
-}

File Metadata

Mime Type
text/plain
Expires
Sun, Dec 22, 11:16 AM (19 h, 8 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6918152
Default Alt Text
D11134.id26736.diff (1 KB)

Event Timeline