Skip to content

Commit

Permalink
Merge branch 'franmomu-fix_put_ingest_endpoint'
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Jul 11, 2019
2 parents ec1372d + 3c0dc98 commit 73d76ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Ingest/Pipeline/Put.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
class Put extends AbstractEndpoint
{
public function setBody(string $body): Put
public function setBody($body): Put
{
if (isset($body) !== true) {
return $this;
Expand Down

0 comments on commit 73d76ed

Please sign in to comment.