1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-01 17:38:24 +01:00
phorge-phorge/src/applications/differential/remarkup/DifferentialRemarkupRule.php

14 lines
184 B
PHP
Raw Normal View History

<?php
/**
* @group markup
*/
final class DifferentialRemarkupRule
extends PhabricatorRemarkupRuleObjectName {
protected function getObjectNamePrefix() {
return 'D';
}
}