Skip to content

Commit

Permalink
Fix: Restore::setBody() does not throw exceptions (#828)
Browse files Browse the repository at this point in the history
  • Loading branch information
thePanz authored and polyfractal committed Jan 7, 2019
1 parent 77916b2 commit a96bb9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Elasticsearch/Endpoints/Snapshot/Restore.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class Restore extends AbstractEndpoint
/**
* @param array $body
*
* @throws \Elasticsearch\Common\Exceptions\InvalidArgumentException
* @return $this
*/
public function setBody($body)
Expand Down

0 comments on commit a96bb9c

Please sign in to comment.