| 1 | <?php |
||
| 13 | trait RuleTrait |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * identify a line as a horizontal rule. |
||
| 17 | */ |
||
| 18 | 206 | protected function identifyHr($line) |
|
| 23 | |||
| 24 | /** |
||
| 25 | * Consume a horizontal rule |
||
| 26 | */ |
||
| 27 | 33 | protected function consumeHr($lines, $current) |
|
| 31 | |||
| 32 | /** |
||
| 33 | * Renders a horizontal rule |
||
| 34 | */ |
||
| 35 | 33 | protected function renderHr($block) |
|
| 39 | |||
| 40 | } |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.