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
/
view
/
fuel
/
FuelView.php
blob
f0e6b795ecde9c4e78cb9c4a2807e740282771af
1
<
?php
2
3
abstract class
FuelView
4
extends
AphrontView
{
5
6
final protected function
canAppendChild
() {
7
return false
;
8
}
9
10
}