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
/
action
/
HeraldPreventActionGroup.php
blob
c6f3899b7523b6b5f6a321bce9bd7c8653ce19fb
1
<
?php
2
3
final class
HeraldPreventActionGroup
extends
HeraldActionGroup
{
4
5
const
ACTIONGROUPKEY
=
'prevent'
;
6
7
public function
getGroupLabel
() {
8
return
pht
(
'Prevent'
);
9
}
10
11
protected function
getGroupOrder
() {
12
return
3000
;
13
}
14
15
}