mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-28 01:32:42 +01:00
11 lines
148 B
PHP
11 lines
148 B
PHP
|
<?php
|
||
|
|
||
|
abstract class PhabricatorRemarkupCustomInlineRule
|
||
|
extends PhutilRemarkupRule {
|
||
|
|
||
|
public function getRuleVersion() {
|
||
|
return 1;
|
||
|
}
|
||
|
|
||
|
}
|