Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove type hint in setBody method #913

Merged
merged 1 commit into from
Jul 11, 2019
Merged

Remove type hint in setBody method #913

merged 1 commit into from
Jul 11, 2019

Conversation

franmomu
Copy link
Contributor

@franmomu franmomu commented Jul 9, 2019

Fix type hinting for setBody in Elasticsearch\Endpoints\Ingest\Pipeline\Put;, every setBody method in other Endpoints doesn't have this type hinting.

Closes #912

@ezimuel
Copy link
Contributor

ezimuel commented Jul 11, 2019

Thanks @franmomu, good catch!

@ezimuel ezimuel added the bug label Jul 11, 2019
@ezimuel ezimuel self-assigned this Jul 11, 2019
@ezimuel ezimuel merged commit e19eec0 into elastic:master Jul 11, 2019
@ezimuel ezimuel added this to the 7.1.1 milestone Jul 11, 2019
@franmomu franmomu deleted the fix_put_ingest_endpoint branch July 11, 2019 14:58
@franmomu
Copy link
Contributor Author

You're welcome!

@ezimuel
Copy link
Contributor

ezimuel commented Jul 12, 2019

@franmomu I just released elasticsearch 7.1.1 that fixes the issue.

@franmomu
Copy link
Contributor Author

Thank you @ezimuel!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong type hint of setBody of Endpoints\Ingest\Pipeline\Put
2 participants