Skip to content

Commit 266bc0c

Browse files
committed
Fixed merge conflict
1 parent 56a7f3d commit 266bc0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elasticsearch/Connections/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public function __construct(
136136

137137
$connectionParams['client']['curl'][CURLOPT_PORT] = $hostDetails['port'];
138138

139-
if (isset($connectionParams['client']['headers']) {
139+
if (isset($connectionParams['client']['headers'])) {
140140
$this->headers = $connectionParams['client']['headers'];
141141
unset($connectionParams['client']['headers']);
142142
}

0 commit comments

Comments
 (0)