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