Skip to content

Commit f1812d4

Browse files
committed
allowBadJSONSerialization() builder method should be fluent
1 parent bc31ca4 commit f1812d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Elasticsearch/ClientBuilder.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,7 @@ public function setSSLVerification($value = true)
401401
public function allowBadJSONSerialization()
402402
{
403403
$this->allowBadJSON = true;
404+
return $this;
404405
}
405406

406407
/**

0 commit comments

Comments
 (0)