elastic / elasticsearch-php

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

(Code) docs: Add inline PHPDoc with endpoint var type #1405

Open gskema opened 1 month ago

gskema commented 1 month ago

Added inline PHPDoc with variable type for $endpoint so it can be navigated to easily, for example when debugging what request URI is called, etc.