Page MenuHomec4science

PhabricatorRemarkupCustomBlockRule.php
No OneTemporary

File Metadata

Created
Fri, Jul 4, 06:44

PhabricatorRemarkupCustomBlockRule.php

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

Event Timeline