Page MenuHomec4science

PhabricatorRemarkupCustomBlockRule.php
No OneTemporary

File Metadata

Created
Mon, Feb 17, 00:46

PhabricatorRemarkupCustomBlockRule.php

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

Event Timeline