ruflin / Elastica

Elastica is a PHP client for elasticsearch
http://elastica.io/
MIT License
2.26k stars 736 forks source link

Improve ResponseConverter to work with Elasticsearch Response class #2206

Closed sidz closed 8 months ago

sidz commented 8 months ago

This PR a bit improves ResponseConverter::toElasticaResponse method and allows to pass Elastic\Elasticsearch\Response\Elasticsearch class only.

ResponseInterface was passed from tests only.

sidz commented 8 months ago

Closed for now.