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:
parent
b09f8fa9b8
commit
bee1e09fd1
1 changed files with 1 additions and 5 deletions
|
@ -5,8 +5,4 @@
|
|||
* - actually TYPE_EDGE transactions that add "mentioned" edges - to the
|
||||
* implementing object.
|
||||
*/
|
||||
interface PhabricatorMentionableInterface {
|
||||
|
||||
public function getPHID();
|
||||
|
||||
}
|
||||
interface PhabricatorMentionableInterface {}
|
||||
|
|
Loading…
Reference in a new issue