Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/src/infrastructure/markup/rule/PhabricatorRemarkupCustomInlineRule.php
12241 views
1
<?php
2
3
abstract class PhabricatorRemarkupCustomInlineRule extends PhutilRemarkupRule {
4
5
public function getRuleVersion() {
6
return 1;
7
}
8
9
}
10
11