Skip to content

Commit

Permalink
Fixed CS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Feb 14, 2020
1 parent bda96bd commit 266763d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/Elasticsearch/Endpoints/Bulk.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,4 @@ public function setBody($body): Bulk
}
return $this;
}

}
1 change: 0 additions & 1 deletion src/Elasticsearch/Endpoints/Msearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,4 @@ public function setBody($body): Msearch
}
return $this;
}

}
1 change: 0 additions & 1 deletion src/Elasticsearch/Endpoints/MsearchTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,4 @@ public function setBody($body): MsearchTemplate
}
return $this;
}

}
2 changes: 1 addition & 1 deletion src/Elasticsearch/Namespaces/IndicesNamespace.php
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ public function validateQuery(array $params = [])
$endpoint->setBody($body);

return $this->performRequest($endpoint);
}
}
/**
* Alias function to getAlias()
*
Expand Down

0 comments on commit 266763d

Please sign in to comment.