Page MenuHomec4science

PhabricatorRemarkupCustomBlockRule.php
No OneTemporary

File Metadata

Created
Sun, Jan 26, 02:03

PhabricatorRemarkupCustomBlockRule.php

<?php
abstract class PhabricatorRemarkupCustomBlockRule
extends PhutilRemarkupEngineBlockRule {
public function getRuleVersion() {
return 1;
}
}

Event Timeline