Eloquent\Phony\Matcher\EqualToMatcher::value PHP Method

value() public method

Get the value.
public value ( ) : mixed
return mixed The value.
    public function value()
    {
        return $this->value;
    }