elastic / elasticsearch-php

Official PHP client for Elasticsearch.
https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/index.html
MIT License
35 stars 970 forks source link

Fix #1074 allowing multiple function parameters in fromConfig #1076

Closed ezimuel closed 4 years ago

ezimuel commented 4 years ago

This PR fixes #1074 allowing multiple function parameters in fromConfig using PHP variadic function.