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

presentValue() public method

public presentValue ( mixed $value ) : string
$value mixed
return string
    public function presentValue($value)
    {
        return $this->valuePresenter->presentValue($value);
    }