1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 10:18:48 +02:00
phorge-phorge/src/applications/flag
epriestley 1975bdfb36 Work around a bug in PHP 5.3-ish with abstract methods in interfaces
Summary:
@chad is hitting an issue described in P961, which I think is this bug in PHP: https://bugs.php.net/bug.php?id=43200

Work around it by defining a "PHIDInterface" and having both "Flaggable" and "Policy" extend it, so that there is only one `getPHID()` declaration.

Test Plan: shrug~

Reviewers: chad, btrahan

Reviewed By: chad

CC: chad, aran

Differential Revision: https://secure.phabricator.com/D7408
2013-10-25 15:58:17 -07:00
..
application Implement ApplicationSearch in Flags 2013-08-13 16:27:26 -07:00
conduit Kill PhabricatorObjectDataHandle 2013-09-11 12:27:28 -07:00
constants pht() for Flags 2013-03-07 08:22:11 -08:00
controller Kill PhabricatorObjectDataHandle 2013-09-11 12:27:28 -07:00
events Add filter by object ability to flag query 2013-10-25 12:52:00 -07:00
interface Work around a bug in PHP 5.3-ish with abstract methods in interfaces 2013-10-25 15:58:17 -07:00
query Forgot a pht on my last diff 2013-10-25 12:57:42 -07:00
storage Explain policy exception rules to users 2013-09-27 08:43:41 -07:00
view Implement ApplicationSearch in Flags 2013-08-13 16:27:26 -07:00