repo.or.cz
/
phabricator.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git]
/
src
/
applications
/
phid
/
interface
/
PhabricatorPHIDInterface.php
blob
8912bd40a433ecef927a8934e9b6c0eb72788b1b
1
<
?php
2
3
interface
PhabricatorPHIDInterface
{
4
5
public function
getPHID
();
6
7
}