Eloquent\Phony\Matcher\WrappedMatcher::matcher PHP Method

matcher() public method

Get the wrapped matcher.
public matcher ( ) : object
return object The matcher.
    public function matcher()
    {
        return $this->matcher;
    }