Page MenuHomec4science

PhabricatorRemarkupCustomBlockRule.php
No OneTemporary

File Metadata

Created
Thu, May 29, 04:18

PhabricatorRemarkupCustomBlockRule.php

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

Event Timeline