PhpSpec\Formatter\Presenter\SimplePresenter::presentString PHP Method

presentString() public method

public presentString ( string $string ) : string
$string string
return string
    public function presentString($string)
    {
        return $string;
    }