| 1 | <?php |
||
| 22 | abstract class RuleSet |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * Return Beams rule set. |
||
| 26 | * |
||
| 27 | * @param int $subjectLength |
||
| 28 | * @param int $bodyLineLength |
||
| 29 | * @return \SebastianFeldmann\CaptainHook\Hook\Message\Rule[] |
||
| 30 | */ |
||
| 31 | 3 | public static function beams(int $subjectLength = 50, int $bodyLineLength = 72) : array |
|
| 42 | } |
||
| 43 |