mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-28 17:52:43 +01:00
2497e5b5ed
Summary: A copy of the Releeph release tool. Test Plan: Generally, click everything at least once. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin, AnhNhan Maniphest Tasks: T2094 Differential Revision: https://secure.phabricator.com/D4932
9 lines
157 B
PHP
9 lines
157 B
PHP
<?php
|
|
|
|
final class ReleephPHIDConstants {
|
|
|
|
// Releeph
|
|
const PHID_TYPE_REPR = 'REPR';
|
|
const PHID_TYPE_REBR = 'REBR';
|
|
const PHID_TYPE_RERQ = 'RERQ';
|
|
}
|