Eloquent\Phony\Matcher\MatcherFactory::any PHP 메소드

any() 공개 메소드

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