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 a parameter order swap in "diffusion.historyquery" for Mercurial
[phabricator.git]
/
src
/
applications
/
nuance
/
storage
/
NuanceSchemaSpec.php
blob
772ec90ce428a8514b77836e266df7d8f3b0438a
1
<
?php
2
3
final class
NuanceSchemaSpec
4
extends
PhabricatorConfigSchemaSpec
{
5
6
public function
buildSchemata
() {
7
$this
->
buildEdgeSchemata
(
new
NuanceItem
());
8
}
9
10
}