Skip to content

Commit

Permalink
allowBadJSONSerialization() builder method should be fluent
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Feb 6, 2017
1 parent bc31ca4 commit f1812d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Elasticsearch/ClientBuilder.php
Expand Up @@ -401,6 +401,7 @@ public function setSSLVerification($value = true)
public function allowBadJSONSerialization()
{
$this->allowBadJSON = true;
return $this;
}

/**
Expand Down

0 comments on commit f1812d4

Please sign in to comment.