Remove getPHID() from PhabricatorMentionableInterface

Summary: Some versions of PHP aren't very happy about both interfaces and superclasses defining a method. Just remove it from MentionableInterface and leave it as implicit.

Auditors: btrahan
This commit is contained in:
epriestley
2014-09-10 06:35:25 -07:00
parent b09f8fa9b8
commit bee1e09fd1

View File

@@ -5,8 +5,4 @@
* - actually TYPE_EDGE transactions that add "mentioned" edges - to the
* implementing object.
*/
interface PhabricatorMentionableInterface {
public function getPHID();
}
interface PhabricatorMentionableInterface {}