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
/
herald
/
state
/
HeraldBuildableState.php
blob
d19ae87c3655d2af70b1ee64acd214c80ba34d06
1
<
?php
2
3
final class
HeraldBuildableState
extends
HeraldState
{
4
5
const
STATECONST
=
'buildable'
;
6
7
}