Equip\Formatter\HtmlFormatter::accepts PHP Method

accepts() public static method

public static accepts ( )
    public static function accepts()
    {
        return ['text/html'];
    }
HtmlFormatter