1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 08:52:39 +01:00

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 {}