Eloquent\Phony\Facade\AbstractFacade::any PHP Method

any() public static method

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