PHPSpec2\Formatter\Presenter\TaggedPresenter::presentCodeLine PHP Method

presentCodeLine() protected method

protected presentCodeLine ( $number, $line )
    protected function presentCodeLine($number, $line)
    {
        return sprintf('<lineno>%s</lineno> <code>%s</code>', $number, $line);
    }