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
/
repository
/
daemon
/
PhabricatorRepositoryGraphStream.php
blob
cf45d8e7d5d24a7209b47507597c57cc25f6ed1a
1
<
?php
2
3
abstract class
PhabricatorRepositoryGraphStream
extends
Phobject
{
4
5
abstract public function
getParents
(
$commit
);
6
abstract public function
getCommitDate
(
$commit
);
7
8
}