Eloquent\Phony\Matcher\MatcherFactory::any PHP Method

any() public method

Create a new matcher that matches anything.
public any ( ) : Eloquent\Phony\Matcher\Matcher
return Eloquent\Phony\Matcher\Matcher The newly created matcher.
    public function any()
    {
        return $this->anyMatcher;
    }