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
/
doorkeeper
/
storage
/
DoorkeeperSchemaSpec.php
blob
265e194ea4e35df528f661a1285c099d9992bedb
1
<
?php
2
3
final class
DoorkeeperSchemaSpec
4
extends
PhabricatorConfigSchemaSpec
{
5
6
public function
buildSchemata
() {
7
$this
->
buildEdgeSchemata
(
new
DoorkeeperExternalObject
());
8
}
9
10
}