Eloquent\Phony\Matcher\MatcherFactory::any PHP Méthode

any() public méthode

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