| 1 | <?php |
||
| 26 | class HtmlFormatter implements FormatterInterface |
||
| 27 | { |
||
| 28 | protected $_prefix = ''; |
||
| 29 | protected $_tag = 'span'; |
||
| 30 | |||
| 31 | /** |
||
| 32 | * HtmlFormatter constructor. |
||
| 33 | * |
||
| 34 | * @param array $options |
||
| 35 | */ |
||
| 36 | 4 | public function __construct($options = []) |
|
| 46 | |||
| 47 | |||
| 48 | 4 | public function format(Tokens $tokens) |
|
| 66 | |||
| 67 | 4 | protected function getOpenTag(Token $token) { |
|
| 73 | |||
| 74 | 4 | protected function getCloseTag() { |
|
| 77 | } |
||
| 78 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.