InterNations\Component\HttpMock\MockBuilder::any PHP Method

any() public method

public any ( )
    public function any()
    {
        $this->limiter = static function () {
            return true;
        };
        return $this;
    }