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
/
phurl
/
storage
/
PhabricatorPhurlURLTransactionComment.php
blob
48f0988e360a48d4ea062f8818f34cdd379b1693
1
<
?php
2
3
final class
PhabricatorPhurlURLTransactionComment
4
extends
PhabricatorApplicationTransactionComment
{
5
6
public function
getApplicationTransactionObject
() {
7
return new
PhabricatorPhurlURLTransaction
();
8
}
9
10
}