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;
    }