Page MenuHomec4science

PhabricatorRemarkupCustomBlockRule.php
No OneTemporary

File Metadata

Created
Sat, Jan 11, 20:47

PhabricatorRemarkupCustomBlockRule.php

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

Event Timeline