Skip to content

Commit a4dfcec

Browse files
committed
Merge branch 'fix/916'
2 parents 73d76ed + da7210f commit a4dfcec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Elasticsearch/ClientBuilder.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,10 @@ public function setSSLKey(string $key, string $password = null): ClientBuilder
381381
return $this;
382382
}
383383

384-
public function setSSLVerification(bool $value = true): ClientBuilder
384+
/**
385+
* @param bool|string $value
386+
*/
387+
public function setSSLVerification($value = true): ClientBuilder
385388
{
386389
$this->sslVerification = $value;
387390

0 commit comments

Comments
 (0)