mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-11 08:06:13 +01:00
bee1e09fd1
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
8 lines
230 B
PHP
8 lines
230 B
PHP
<?php
|
|
|
|
/**
|
|
* Allow infrastructure to automagically create "mentioned" transactions
|
|
* - actually TYPE_EDGE transactions that add "mentioned" edges - to the
|
|
* implementing object.
|
|
*/
|
|
interface PhabricatorMentionableInterface {}
|