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
/
project
/
interface
/
PhabricatorColumnProxyInterface.php
blob
4e3c882d3554e300e4399c6115d36f99fe6cfebe
1
<
?php
2
3
interface
PhabricatorColumnProxyInterface
{
4
5
public function
getProxyColumnName
();
6
7
}