Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15426115
D13295.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1000 B
Referenced Files
None
Subscribers
None
D13295.diff
View Options
diff --git a/src/applications/celerity/resources/CelerityResources.php b/src/applications/celerity/resources/CelerityResources.php
--- a/src/applications/celerity/resources/CelerityResources.php
+++ b/src/applications/celerity/resources/CelerityResources.php
@@ -5,8 +5,6 @@
*/
abstract class CelerityResources extends Phobject {
- private $map;
-
abstract public function getName();
abstract public function getResourceData($name);
diff --git a/src/applications/phid/storage/PhabricatorPHID.php b/src/applications/phid/storage/PhabricatorPHID.php
--- a/src/applications/phid/storage/PhabricatorPHID.php
+++ b/src/applications/phid/storage/PhabricatorPHID.php
@@ -2,11 +2,6 @@
final class PhabricatorPHID extends Phobject {
- protected $phid;
- protected $phidType;
- protected $ownerPHID;
- protected $parentPHID;
-
public static function generateNewPHID($type, $subtype = null) {
if (!$type) {
throw new Exception(pht('Can not generate PHID with no type.'));
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 24, 7:14 AM (2 d, 3 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7674103
Default Alt Text
D13295.diff (1000 B)
Attached To
Mode
D13295: Remove some unused properties
Attached
Detach File
Event Timeline
Log In to Comment