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 56a7f3d commit 266bc0cCopy full SHA for 266bc0c
src/Elasticsearch/Connections/Connection.php
@@ -136,7 +136,7 @@ public function __construct(
136
137
$connectionParams['client']['curl'][CURLOPT_PORT] = $hostDetails['port'];
138
139
- if (isset($connectionParams['client']['headers']) {
+ if (isset($connectionParams['client']['headers'])) {
140
$this->headers = $connectionParams['client']['headers'];
141
unset($connectionParams['client']['headers']);
142
}
0 commit comments