1<?php 2 3abstract class PhabricatorRemarkupCustomInlineRule extends PhutilRemarkupRule { 4 5 public function getRuleVersion() { 6 return 1; 7 } 8 9} 10 11