1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-11 17:32:41 +01:00
phorge-phorge/src/infrastructure/markup/rule/PonderRuleQuestion.php

14 lines
189 B
PHP
Raw Normal View History

<?php
/**
* @group markup
*/
final class PonderRuleQuestion
extends PhabricatorRemarkupRuleObjectName {
protected function getObjectNamePrefix() {
return 'Q(?![1-4]\b)';
}
}