Skip to content

Commit

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

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

}
1 change: 0 additions & 1 deletion src/Elasticsearch/Endpoints/Ml/PostData.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,4 @@ public function setJobId($job_id): PostData

return $this;
}

}
1 change: 0 additions & 1 deletion src/Elasticsearch/Endpoints/Monitoring/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 @@ -90,5 +90,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 @@ -88,5 +88,4 @@ public function setBody($body): MsearchTemplate
}
return $this;
}

}

0 comments on commit f4a5741

Please sign in to comment.