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:
@@ -5,8 +5,4 @@
|
||||
* - actually TYPE_EDGE transactions that add "mentioned" edges - to the
|
||||
* implementing object.
|
||||
*/
|
||||
interface PhabricatorMentionableInterface {
|
||||
|
||||
public function getPHID();
|
||||
|
||||
}
|
||||
interface PhabricatorMentionableInterface {}
|
||||
|
||||
Reference in New Issue
Block a user