Correct a parameter order swap in "diffusion.historyquery" for Mercurial
[phabricator.git] / src / applications / audit / constants / PhabricatorAuditActionConstants.php
blobaa467d41c4ca45a6127b226cfd619e08713df4fc
1 <?php
3 final class PhabricatorAuditActionConstants extends Phobject {
5 const CONCERN = 'concern';
6 const ACCEPT = 'accept';
7 const COMMENT = 'comment';
8 const RESIGN = 'resign';
9 const CLOSE = 'close';
10 const ADD_CCS = 'add_ccs';
11 const ADD_AUDITORS = 'add_auditors';
12 const INLINE = 'audit:inline';
13 const ACTION = 'audit:action';