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/infrastructure/markup/rule/PhabricatorRemarkupRuleDifferential.php

14 lines
195 B
PHP
Raw Normal View History

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