We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ea6e1 commit 4c58149Copy full SHA for 4c58149
util/template/endpoint-function
@@ -3,6 +3,7 @@
3
{
4
:extract
5
$endpointBuilder = $this->endpoints;
6
+ /** @var \Elasticsearch\Endpoints\:EndpointClass $endpoint */
7
$endpoint = $endpointBuilder(':EndpointClass');
8
$endpoint->setParams($params);
9
:setparam
util/template/endpoint-function-bool
@@ -6,6 +6,7 @@
$params['client']['verbose'] = true;
10
11
12
0 commit comments